aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/mainwindow.cpp
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2019-01-25 22:27:56 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2019-01-26 06:59:47 -0800
commit41697f00e5e86d2ee99adbd67aa758c21624be23 (patch)
tree87ff82b7449b2938f6fdeadc5c911942c6d3e82b /desktop-widgets/mainwindow.cpp
parent75d7d7a83c13e2be80ffd00677a46a4d64e7e5eb (diff)
downloadsubsurface-41697f00e5e86d2ee99adbd67aa758c21624be23.tar.gz
Cleanup: remove unused function setCheckedActionFilterTags()
Last caller was removed in e0f473fcb49c8121a0a9c52bf0536049b0f342ed Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/mainwindow.cpp')
-rw-r--r--desktop-widgets/mainwindow.cpp5
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);