Merge pull request #1771 from grejppi/master-jack

Remove semaphores from JACK backend
This commit is contained in:
grejppi
2015-02-20 18:10:03 +02:00
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;