From 8a692d44b787886fe0a37a569b87de6d2f905440 Mon Sep 17 00:00:00 2001 From: Vladislav P Date: Fri, 20 Oct 2023 00:39:48 +0300 Subject: [PATCH] Remove unused variables --- src/applications/gqrx/mainwindow.cpp | 2 -- 1 file changed, 2 deletions(-) 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;