summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-09-11 16:33:40 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-09-11 16:33:40 -0400
commitf85b362351a5f9167f93b6988f2c8a4c7e03a33c (patch)
tree5f2fa7c25e94b0211b645fe6c24618a34676735c /libs/ardour/session_state.cc
parent91e2eab01abe61be89b1860cdb2d24ca8b22c0bc (diff)
*maybe* fix issues with zombification during session loading
Diffstat (limited to 'libs/ardour/session_state.cc')
-rw-r--r--libs/ardour/session_state.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index dbb2d4edcd..d90346073c 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -308,8 +308,6 @@ Session::post_engine_init ()
_state_of_the_state = Clean;
- Port::set_connecting_blocked (false);
-
DirtyChanged (); /* EMIT SIGNAL */
if (_is_new) {
@@ -320,8 +318,6 @@ Session::post_engine_init ()
state_was_pending = false;
}
- BootMessage (_("Session loading complete"));
-
return 0;
}