diff options
Diffstat (limited to 'src/server/JackDriver.cpp')
-rw-r--r-- | src/server/JackDriver.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/server/JackDriver.cpp b/src/server/JackDriver.cpp index db535a0f..78600b77 100644 --- a/src/server/JackDriver.cpp +++ b/src/server/JackDriver.cpp @@ -40,7 +40,6 @@ #include "MessageContext.hpp" #include "PatchImpl.hpp" #include "PortImpl.hpp" -#include "ProcessSlave.hpp" #include "ThreadManager.hpp" #include "util.hpp" @@ -277,10 +276,6 @@ JackDriver::activate() _is_activated = true; - _engine.process_context().activate( - world->conf().option("parallelism").get_int(), - is_realtime()); - if (jack_activate(_client)) { LOG(Raul::error)("Could not activate Jack client, aborting\n"); exit(EXIT_FAILURE); |