diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-03-02 16:05:58 +0100 |
---|---|---|
committer | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-04-07 00:13:35 +0200 |
commit | dcc1d3ed6389b983982063b3829633e2e8d180b6 (patch) | |
tree | a63df61dd91459221f95b6eda5e19e0e1afaaa5a /desktop-widgets | |
parent | 13d339451ed9aa13588a452e19bdd59134107155 (diff) | |
download | subsurface-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.h | 1 |
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 }; |