summaryrefslogtreecommitdiffstats
path: root/qt-models/diveplannermodel.h
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2021-02-27 22:39:01 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-04-02 13:53:23 -0700
commit0f8560276d1a8116f4d4e7ce9c950d3a433e38c8 (patch)
treec2b0c9cdda3b5c3421086fc21336e3ba14d66eaa /qt-models/diveplannermodel.h
parentf0f3b4a13c59f7886ae41de85929831fa100b5bb (diff)
downloadsubsurface-0f8560276d1a8116f4d4e7ce9c950d3a433e38c8.tar.gz
planner: remove DivePlannerPointsModel::recalc flag
There was no user of that flag left. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'qt-models/diveplannermodel.h')
-rw-r--r--qt-models/diveplannermodel.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-models/diveplannermodel.h b/qt-models/diveplannermodel.h
index f0ec195e6..52abd4bd6 100644
--- a/qt-models/diveplannermodel.h
+++ b/qt-models/diveplannermodel.h
@@ -132,7 +132,6 @@ private:
struct dive *d;
CylindersModel cylinders;
Mode mode;
- bool recalc;
QVector<divedatapoint> divepoints;
QDateTime startTime;
int instanceCounter = 0;