1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-09-28 15:56:33 -04:00

DaemonSinkThread: removed useless member

This commit is contained in:
f4exb 2018-09-16 20:50:56 +02:00
parent b5b73812b2
commit 0d115ac342

View File

@ -69,7 +69,6 @@ private:
QMutex m_startWaitMutex;
QWaitCondition m_startWaiter;
bool m_running;
uint8_t m_sampleBytes;
CM256 m_cm256;
CM256 *m_cm256p;