diff --git a/mainwindow.cpp b/mainwindow.cpp index 11cd571..11adb04 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -4991,8 +4991,6 @@ void MainWindow::readFromStdout(QProcess * proc) //r #endif } - - // See MainWindow::postDecode for displaying the latest decodes } @@ -5016,7 +5014,6 @@ bool MainWindow::hasExistingMessageBuffer(int submode, int offset, bool drift, i return true; } - int range = rxThreshold(submode); QList offsets = generateOffsets(offset-range, offset+range); diff --git a/varicode.cpp b/varicode.cpp index abf0645..9c93f55 100644 --- a/varicode.cpp +++ b/varicode.cpp @@ -328,12 +328,12 @@ int dbmTomwatts(int dbm){ } QString Varicode::escape(const QString &text){ - // // TODO: support different escapes? + // TODO: support different escapes? return text; } QString Varicode::unescape(const QString &text){ - // // TODO: support different escapes? + // TODO: support different escapes? return text; }