summaryrefslogtreecommitdiff
path: root/libs/ardour
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour')
-rw-r--r--libs/ardour/globals.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/ardour/globals.cc b/libs/ardour/globals.cc
index c934491d54..a2f425de5e 100644
--- a/libs/ardour/globals.cc
+++ b/libs/ardour/globals.cc
@@ -558,7 +558,6 @@ ARDOUR::init (bool use_windows_vst, bool try_optimization, const char* localedir
*/
EventLoop::register_request_buffer_factory (X_("midiUI"), MidiControlUI::request_factory);
- ProcessThread::init ();
/* the + 4 is a bit of a handwave. i don't actually know
how many more per-thread buffer sets we need above
the h/w concurrency, but its definitely > 1 more.