planner: remove DivePlannerPointsModel::recalc flag

There was no user of that flag left.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2021-02-27 22:39:01 +01:00 committed by Dirk Hohndel
parent f0f3b4a13c
commit 0f8560276d
2 changed files with 1 additions and 6 deletions

View file

@ -132,7 +132,6 @@ private:
struct dive *d;
CylindersModel cylinders;
Mode mode;
bool recalc;
QVector<divedatapoint> divepoints;
QDateTime startTime;
int instanceCounter = 0;