Minor cleanup.

This commit is contained in:
Joe Taylor 2018-07-06 13:21:31 -04:00
parent 00029c1910
commit 3fc2209d86
2 changed files with 1 additions and 2 deletions

View File

@ -3697,7 +3697,7 @@ void MainWindow::guiUpdate()
// }
if(m_config.bHound()) {
m_bWarnedHound=false;
// m_bWarnedHound=false;
qint32 tHound=QDateTime::currentMSecsSinceEpoch()/1000 - m_tAutoOn;
//To keep calling Fox, Hound must reactivate Enable Tx at least once every 2 minutes
if(tHound >= 120 and m_ntx==1) auto_tx_mode(false);

View File

@ -496,7 +496,6 @@ private:
bool m_bAutoReply;
bool m_bCheckedContest;
bool m_bWarnedSplit=false;
bool m_bWarnedHound=false;
enum
{