Cleanup: remove unused function setCheckedActionFilterTags()

Last caller was removed in e0f473fcb4

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-01-25 22:27:56 +01:00 committed by Dirk Hohndel
parent 75d7d7a83c
commit 41697f00e5
2 changed files with 0 additions and 6 deletions

View file

@ -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);

View file

@ -80,7 +80,6 @@ public:
NotificationWidget *getNotificationWidget();
void enableDisableCloudActions();
void enableDisableOtherDCsActions();
void setCheckedActionFilterTags(bool checked);
void enterEditState();
void exitEditState();