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:
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user