aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/diveplanner.h
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2014-07-09 23:37:30 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-07-09 14:40:36 -0700
commit2ff2daebd70907dcd6323371d5842d2bd064d28e (patch)
tree157d91a70661913bfc16b4842286bb4730ebd7e0 /qt-ui/diveplanner.h
parentf940ebcf74a7a398fb991796c56b831fa39959d1 (diff)
downloadsubsurface-2ff2daebd70907dcd6323371d5842d2bd064d28e.tar.gz
Move drop_stone_mode setting to prefs
There is no reason to treat drop_stone_mode different from the rest of the planner settings, so move it to our prefs structure. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/diveplanner.h')
-rw-r--r--qt-ui/diveplanner.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/diveplanner.h b/qt-ui/diveplanner.h
index 873ee8d66..a2c33f8c9 100644
--- a/qt-ui/diveplanner.h
+++ b/qt-ui/diveplanner.h
@@ -101,7 +101,6 @@ private:
void deleteTemporaryPlan(struct divedatapoint *dp);
QVector<sample> backupSamples; // For editing added dives.
QVector<QPair<int, int> > oldGases;
- bool drop_stone_mode;
QDateTime startTime;
};