Remove redundant call (there's no session, nothing to save)
authorRobin Gareus <robin@gareus.org>
Fri, 7 Dec 2018 02:46:58 +0000 (03:46 +0100)
committerRobin Gareus <robin@gareus.org>
Fri, 7 Dec 2018 02:46:58 +0000 (03:46 +0100)
gtk2_ardour/editor.cc

index 07aa7df46ca3da6918f005862e7e44207f685c59..7c54d7390fc7c8ab50c43f4c481a6d0d09e71aa8 100644 (file)
@@ -860,8 +860,6 @@ Editor::Editor ()
        setup_fade_images ();
 
        set_grid_to (GridTypeNone);
-
-       instant_save ();
 }
 
 Editor::~Editor()