mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-01 00:13:24 +00:00
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>
This commit is contained in:
parent
13d339451e
commit
dcc1d3ed63
1 changed files with 0 additions and 1 deletions
|
@ -28,7 +28,6 @@ class MainTab : public QTabWidget {
|
|||
public:
|
||||
enum EditMode {
|
||||
NONE,
|
||||
DIVE,
|
||||
MANUALLY_ADDED_DIVE,
|
||||
IGNORE_MODE
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue