mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 21:26:26 +01:00
Remove NO-OP; ProcessThread::init() does nothing
This commit is contained in:
parent
d59aa81b39
commit
07b685c371
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
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
|
/* the + 4 is a bit of a handwave. i don't actually know
|
||||||
how many more per-thread buffer sets we need above
|
how many more per-thread buffer sets we need above
|
||||||
the h/w concurrency, but its definitely > 1 more.
|
the h/w concurrency, but its definitely > 1 more.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue