From 01c4e9eb1d4d1826ca9bf2c8230b556b350ef67c Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Mon, 17 Oct 2016 16:57:04 +0000 Subject: [PATCH] Remove some no-longer-needed code. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7192 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- mainwindow.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index a7ab25479..131720c79 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4031,10 +4031,6 @@ void MainWindow::on_actionMSK144_triggered() ui->sbFtol->setMinimum(22); ui->sbFtol->setMaximum(25); ui->cbCQRx->setEnabled(m_splitMode); -//### - bool b=m_config.my_callsign()=="K1JT" or m_config.my_callsign()=="K9AN"; - ui->actionSave_decoded->setEnabled(b); -//### } void MainWindow::on_actionQRA64_triggered()