From 41697f00e5e86d2ee99adbd67aa758c21624be23 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Fri, 25 Jan 2019 22:27:56 +0100 Subject: [PATCH] Cleanup: remove unused function setCheckedActionFilterTags() Last caller was removed in e0f473fcb49c8121a0a9c52bf0536049b0f342ed Signed-off-by: Berthold Stoeger --- desktop-widgets/mainwindow.cpp | 5 ----- desktop-widgets/mainwindow.h | 1 - 2 files changed, 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();