unused variable

This commit is contained in:
Paul Fd 2020-03-11 11:35:53 +01:00
parent cedc72a707
commit 3ed225323d

View file

@ -71,8 +71,6 @@ constexpr int buildAndCenterPitch(uint8_t firstByte, uint8_t secondByte)
}
}
static std::atomic<bool> keepRunning { true };
int process(jack_nframes_t numFrames, void* arg)
{
auto synth = reinterpret_cast<sfz::Synth*>(arg);