Skip to content

Commit

Permalink
Remove dead code ; m_currentFrequency is never used as rvalue
Browse files Browse the repository at this point in the history
  • Loading branch information
0penBrain committed Oct 20, 2023
1 parent 14c0993 commit 00b2dc3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/qtgui/dockbookmarks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ DockBookmarks::DockBookmarks(QWidget *parent) :
Bookmarks::Get().load();
bookmarksTableModel->update();

m_currentFrequency = 0;
m_updating = false;

// TagList
Expand Down Expand Up @@ -124,7 +123,6 @@ void DockBookmarks::setNewFrequency(qint64 rx_freq)
break;
}
}
m_currentFrequency = rx_freq;
}

void DockBookmarks::updateTags()
Expand Down
1 change: 0 additions & 1 deletion src/qtgui/dockbookmarks.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ class DockBookmarks : public QDockWidget
private:
Ui::DockBookmarks *ui;
QMenu* contextmenu;
qint64 m_currentFrequency;
bool m_updating;
BookmarksTableModel *bookmarksTableModel;

Expand Down

0 comments on commit 00b2dc3

Please sign in to comment.