summaryrefslogtreecommitdiffstats
path: root/desktop-widgets/tab-widgets/maintab.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2020-02-26 22:49:38 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-02-27 14:49:01 -0800
commit0306109e952c46d182f78e14a0259f56cce87928 (patch)
tree56052035c00138a595797e7d9719c7a77ef59c3d /desktop-widgets/tab-widgets/maintab.h
parent1eb8f7cbaa0b71732baf1a6e560c8ed51e4ad09a (diff)
downloadsubsurface-0306109e952c46d182f78e14a0259f56cce87928.tar.gz
cleanup: remove MainTab::modified
This field was not set to true since introducing undo of dive fields. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'desktop-widgets/tab-widgets/maintab.h')
-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 f1caf8ed1..6411f6b3a 100644
--- a/desktop-widgets/tab-widgets/maintab.h
+++ b/desktop-widgets/tab-widgets/maintab.h
@@ -80,7 +80,6 @@ private:
BuddyCompletionModel buddyModel;
DiveMasterCompletionModel diveMasterModel;
TagCompletionModel tagModel;
- bool modified;
bool lastSelectedDive;
int lastTabSelectedDive;
int lastTabSelectedDiveTrip;