From 3e5c1e3fc15629b1d986e9b4c03c7c12c8d63b68 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 20 Sep 2013 16:16:30 -0400 Subject: [PATCH] Revert "actually load new state after creating a session." 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 | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc index ccb3b6bb38..4be52a7584 100644 --- a/libs/ardour/session.cc +++ b/libs/ardour/session.cc @@ -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)) {