Progress on the disk side of things:
[ardour.git] / libs / ardour / session_command.cc
index 1b8d6b37186ee4c3925064dc2d449766fb8a4360..af507208ab7e031172328bd8cf8b68650f32cbb2 100644 (file)
@@ -9,7 +9,6 @@ Command *Session::memento_command_factory(XMLNode *n)
 {
     PBD::ID id;
     XMLNode *before, *after;
-    //void *obj;
 
     /* get obj_id */
 
@@ -21,6 +20,7 @@ Command *Session::memento_command_factory(XMLNode *n)
     if (Diskstream *obj = diskstream_by_id(id))
        return new MementoCommand<Diskstream>(*obj, *before, *after);
     // etc.
+       
        return 0;
 }