diff --git a/clients/jack_client.cpp b/clients/jack_client.cpp index f8ad63f8..599e0db3 100644 --- a/clients/jack_client.cpp +++ b/clients/jack_client.cpp @@ -71,8 +71,6 @@ constexpr int buildAndCenterPitch(uint8_t firstByte, uint8_t secondByte) } } -static std::atomic keepRunning { true }; - int process(jack_nframes_t numFrames, void* arg) { auto synth = reinterpret_cast(arg);