Remove semaphores from JACK backend

This commit is contained in:
Hannu Haahti
2015-02-18 13:24:28 +02:00
parent 7bd5317499
commit 1dcacbb95e
2 changed files with 1 additions and 11 deletions

View File

@@ -97,8 +97,6 @@ private:
bool m_active;
bool m_stopped;
QSemaphore m_stopSemaphore;
QVector<jack_port_t *> m_outputPorts;
jack_default_audio_sample_t * * m_tempOutBufs;
surroundSampleFrame * m_outBuf;