Revert "actually load new state after creating a session."
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 20 Sep 2013 20:16:30 +0000 (16:16 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 20 Sep 2013 20:16:30 +0000 (16:16 -0400)
This reverts commit 914ba475de48f72e57bb6ac8a81888ad71cea7fa.

Unclear why I applied this or what it was supposed to do. A new session has no
state.

libs/ardour/session.cc

index ccb3b6bb38b75c1828fd2289230e4d249c86769b..4be52a7584fd7628cdd76e5d8dfc1417d4aa0f90 100644 (file)
@@ -276,10 +276,6 @@ Session::Session (AudioEngine &eng,
                        throw failed_constructor ();
                }
 
-               if (load_state (_current_snapshot_name)) {
-                       throw failed_constructor ();
-               }
-
        } else {
 
                if (load_state (_current_snapshot_name)) {