mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
53bd17d938
commit
3e5c1e3fc1
1 changed files with 0 additions and 4 deletions
|
|
@ -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)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue