Revert "actually load new state after creating a session."

This reverts commit 914ba475de.

Unclear why I applied this or what it was supposed to do. A new session has no
state.
This commit is contained in:
Paul Davis 2013-09-20 16:16:30 -04:00
parent 53bd17d938
commit 3e5c1e3fc1

View 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)) {