summaryrefslogtreecommitdiff
path: root/libs/ardour/globals.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-01-27 14:02:03 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2019-01-27 14:02:03 -0700
commit64ed049567c0712eb473ff77b9ee717d5232487d (patch)
tree6ea284d589bc23ed8902356ee2e1f43d606d2cbb /libs/ardour/globals.cc
parente7b34d7f1847de846c5b64ac9575fe6d2fc850cd (diff)
force execution of ARDOUR::init_post_engine() before any handlers of AudioEngine::Running()
Diffstat (limited to 'libs/ardour/globals.cc')
-rw-r--r--libs/ardour/globals.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc
index 749a706e85..7038049c3a 100644
--- a/libs/ardour/globals.cc
+++ b/libs/ardour/globals.cc
@@ -561,9 +561,6 @@ ARDOUR::init (bool use_windows_vst, bool try_optimization, const char* localedir
ARDOUR::AudioEngine::create ();
- /* This will run in whatever thread calls AudioEngine::start() */
- ARDOUR::AudioEngine::instance()->Running.connect_same_thread (engine_startup_connection, ARDOUR::init_post_engine);
-
/* it is unfortunate that we need to include reserved names here that
refer to control surfaces. But there's no way to ensure a complete
lack of collisions without doing this, since the control surface