summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-09-20 16:16:30 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-09-20 16:16:30 -0400
commit3e5c1e3fc15629b1d986e9b4c03c7c12c8d63b68 (patch)
treec66d0ee157c070789cd21503525f283e68f72252
parent53bd17d938887766eb56833205131b68d7e5cb1d (diff)
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.
-rw-r--r--libs/ardour/session.cc4
1 files changed, 0 insertions, 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)) {