diff --git a/src/applications/gqrx/mainwindow.cpp b/src/applications/gqrx/mainwindow.cpp index 7869c515e0..d666504ba7 100644 --- a/src/applications/gqrx/mainwindow.cpp +++ b/src/applications/gqrx/mainwindow.cpp @@ -1009,7 +1009,6 @@ void MainWindow::storeSession() remote->saveSettings(m_settings); int old_current = rx->get_current(); - int int_val; for (int i = 0; i < rx_count; i++) { if (rx_count <= 1) @@ -1088,7 +1087,6 @@ void MainWindow::readRXSettings(int ver, double actual_rate) { bool conv_ok; int int_val = 0; - double dbl_val; int i = 0; qint64 offs = 0; c_def::v_union v;