13
0

Skip duplicate early session-save for new sessions

Identical code is called unconditionally at the end of
the Session c'tor via Session::session_loaded()
This commit is contained in:
Robin Gareus 2019-09-05 17:00:14 +02:00
parent 4949f9a0b3
commit 51b2e305c4
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -413,14 +413,6 @@ Session::post_engine_init ()
DirtyChanged (); /* EMIT SIGNAL */
if (_is_new) {
save_state ("");
} else if (state_was_pending) {
save_state ("");
remove_pending_capture_state ();
state_was_pending = false;
}
/* Now, finally, we can fill the playback buffers */
BootMessage (_("Filling playback buffers"));