13
0

Remove NO-OP; ProcessThread::init() does nothing

This commit is contained in:
Robin Gareus 2019-09-09 18:44:24 +02:00
parent d59aa81b39
commit 07b685c371
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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.