diff options
Diffstat (limited to 'desktop-widgets/mainwindow.cpp')
-rw-r--r-- | desktop-widgets/mainwindow.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/desktop-widgets/mainwindow.cpp b/desktop-widgets/mainwindow.cpp index d5942a344..584ad9e0c 100644 --- a/desktop-widgets/mainwindow.cpp +++ b/desktop-widgets/mainwindow.cpp @@ -1869,11 +1869,6 @@ void MainWindow::on_actionFilterTags_triggered() setApplicationState(getCurrentAppState() == "FilterDive" ? "Default" : "FilterDive"); } -void MainWindow::setCheckedActionFilterTags(bool checked) -{ - ui.actionFilterTags->setChecked(checked); -} - void MainWindow::registerApplicationState(const QByteArray& state, QWidget *topLeft, QWidget *topRight, QWidget *bottomLeft, QWidget *bottomRight) { applicationState[state] = WidgetForQuadrant(topLeft, topRight, bottomLeft, bottomRight); |