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>
This commit is contained in:
Anton Lundin 2014-07-09 23:37:30 +02:00 committed by Dirk Hohndel
parent f940ebcf74
commit 2ff2daebd7
4 changed files with 8 additions and 7 deletions

View file

@ -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;
};