summaryrefslogtreecommitdiff
path: root/libs/ardour/session.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/session.cc')
-rw-r--r--libs/ardour/session.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/ardour/session.cc b/libs/ardour/session.cc
index 86770939da..932db17909 100644
--- a/libs/ardour/session.cc
+++ b/libs/ardour/session.cc
@@ -831,10 +831,6 @@ Session::when_engine_running ()
}
}
-
- /* its safe to do this now */
-
- restore_history (snap_name());
_state_of_the_state = StateOfTheState (_state_of_the_state & ~(CannotSave|Dirty));
@@ -861,7 +857,6 @@ Session::hookup_io ()
*/
_state_of_the_state = StateOfTheState (_state_of_the_state | InitialConnecting);
- cerr << "InitialConnecting set\n";
if (auditioner == 0) {
@@ -917,7 +912,6 @@ Session::hookup_io ()
IOConnectionsComplete (); /* EMIT SIGNAL */
_state_of_the_state = StateOfTheState (_state_of_the_state & ~InitialConnecting);
- cerr << "InitialConnectingUN set\n";
/* now handle the whole enchilada as if it was one
graph reorder event.