From 6afced73359784ec1a095c47d79b8d1f3c35afb5 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sat, 16 Dec 2023 11:59:11 -0500 Subject: [PATCH] Minor code cleanup. --- qmap/mainwindow.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/qmap/mainwindow.h b/qmap/mainwindow.h index cebe15aaa..a64ec915d 100644 --- a/qmap/mainwindow.h +++ b/qmap/mainwindow.h @@ -159,7 +159,6 @@ private: QFuture* future2; QFutureWatcher* watcher1; QFutureWatcher* watcher2; - QFutureWatcher watcher3; //For decoder QDateTime m_decoder_start_time; @@ -179,13 +178,8 @@ private: QString m_mode; QString m_UTC0=""; QDateTime m_dateTimeSeqStart; //Nominal start time of Rx sequence about to be decoded - QHash m_worked; - SignalMeter *xSignalMeter; - SignalMeter *ySignalMeter; - - SoundInThread soundInThread; //Instantiate the audio threads //---------------------------------------------------- private functions