summaryrefslogtreecommitdiffstats
path: root/desktop-widgets
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-03-02 16:05:58 +0100
committerGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-04-07 00:13:35 +0200
commitdcc1d3ed6389b983982063b3829633e2e8d180b6 (patch)
treea63df61dd91459221f95b6eda5e19e0e1afaaa5a /desktop-widgets
parent13d339451ed9aa13588a452e19bdd59134107155 (diff)
downloadsubsurface-dcc1d3ed6389b983982063b3829633e2e8d180b6.tar.gz
cleanup: remove DIVE EditMode in MainTab
That mode is not used anymore, since only the editing of profiles of manually added dives enters editing mode. For that case we have the MANUALLY_ADDED_DIVE edit mode. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets')
-rw-r--r--desktop-widgets/tab-widgets/maintab.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/desktop-widgets/tab-widgets/maintab.h b/desktop-widgets/tab-widgets/maintab.h
index 2524ed2a7..d6a5af593 100644
--- a/desktop-widgets/tab-widgets/maintab.h
+++ b/desktop-widgets/tab-widgets/maintab.h
@@ -28,7 +28,6 @@ class MainTab : public QTabWidget {
public:
enum EditMode {
NONE,
- DIVE,
MANUALLY_ADDED_DIVE,
IGNORE_MODE
};