diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index 0172ca2fed..1bf604ea93 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -801,12 +801,6 @@ Session::save_state (string snapshot_name, bool pending, bool switch_to_snapshot } _save_queued = false; - if (!_engine.connected ()) { - error << string_compose (_("the %1 audio engine is not connected and state saving would lose all I/O connections. Session not saved"), PROGRAM_NAME) - << endmsg; - return 1; - } - snapshot_t fork_state = NormalSave; if (!snapshot_name.empty() && snapshot_name != _current_snapshot_name && !template_only && !pending) { /* snapshot, close midi */