1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2024-11-16 13:21:50 -05: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; QMutex m_startWaitMutex;
QWaitCondition m_startWaiter; QWaitCondition m_startWaiter;
bool m_running; bool m_running;
uint8_t m_sampleBytes;
CM256 m_cm256; CM256 m_cm256;
CM256 *m_cm256p; CM256 *m_cm256p;