Skip to content

Commit

Permalink
Remove unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
vladisslav2011 committed Apr 5, 2024
1 parent 501a855 commit 8a9bb6d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/applications/gqrx/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 8a9bb6d

Please sign in to comment.