From 0d115ac342dc4cb03db2dcffabaefc06d3971ba7 Mon Sep 17 00:00:00 2001 From: f4exb Date: Sun, 16 Sep 2018 20:50:56 +0200 Subject: [PATCH] DaemonSinkThread: removed useless member --- plugins/channelrx/daemonsink/daemonsinkthread.h | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/channelrx/daemonsink/daemonsinkthread.h b/plugins/channelrx/daemonsink/daemonsinkthread.h index e87f31ce8..5e468f7a9 100644 --- a/plugins/channelrx/daemonsink/daemonsinkthread.h +++ b/plugins/channelrx/daemonsink/daemonsinkthread.h @@ -69,7 +69,6 @@ private: QMutex m_startWaitMutex; QWaitCondition m_startWaiter; bool m_running; - uint8_t m_sampleBytes; CM256 m_cm256; CM256 *m_cm256p;