diff options
-rw-r--r-- | desktop-widgets/mainwindow.cpp | 5 | ||||
-rw-r--r-- | desktop-widgets/mainwindow.h | 1 |
2 files changed, 0 insertions, 6 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); diff --git a/desktop-widgets/mainwindow.h b/desktop-widgets/mainwindow.h index d78fc293e..e9632779c 100644 --- a/desktop-widgets/mainwindow.h +++ b/desktop-widgets/mainwindow.h @@ -80,7 +80,6 @@ public: NotificationWidget *getNotificationWidget(); void enableDisableCloudActions(); void enableDisableOtherDCsActions(); - void setCheckedActionFilterTags(bool checked); void enterEditState(); void exitEditState(); |