aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-12-12 21:48:56 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-12-13 11:50:56 -0800
commit8d931925375a049b7d9903589f2f3effd80eea3f (patch)
treee86ce1cca0ac7bfd6070bcbc49f9c8291240b383
parent53c2f349307161174512a1e0462b97dccc97ef00 (diff)
downloadsubsurface-8d931925375a049b7d9903589f2f3effd80eea3f.tar.gz
cleanup: remove MainWindow::stateBeforeEdit member
The last user was removed in accf1fcc8f6ad. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
-rw-r--r--desktop-widgets/mainwindow.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/mainwindow.h b/desktop-widgets/mainwindow.h
index f8b1e1f14..90459fcfa 100644
--- a/desktop-widgets/mainwindow.h
+++ b/desktop-widgets/mainwindow.h
@@ -173,7 +173,6 @@ private:
UserManual *helpView;
#endif
CurrentState state;
- CurrentState stateBeforeEdit;
QString filter_open();
QString filter_import();
QString filter_import_dive_sites();