mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-04-05 19:08:38 -04:00
Remove an unused variable.
This commit is contained in:
parent
6afced7335
commit
bb5e8efd52
@ -902,7 +902,6 @@ void MainWindow::decode() //decode()
|
||||
decodes_.ncand=0;
|
||||
decodes_.nQDecoderDone=0;
|
||||
int itimer=0;
|
||||
m_decoder_start_time=QDateTime::currentDateTimeUtc();
|
||||
watcher3.setFuture(QtConcurrent::run (std::bind (q65c_, &itimer)));
|
||||
|
||||
decodeBusy(true);
|
||||
|
@ -161,8 +161,6 @@ private:
|
||||
QFutureWatcher<void>* watcher2;
|
||||
QFutureWatcher<void> watcher3; //For decoder
|
||||
|
||||
QDateTime m_decoder_start_time;
|
||||
|
||||
QString m_path;
|
||||
QString m_pbdecoding_style1;
|
||||
QString m_pbmonitor_style;
|
||||
|
Loading…
Reference in New Issue
Block a user