planner: don't export recalc flag of DivePlannerPointsModel

This is not queried anymore, so remove the accessor function.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2021-02-27 22:16:46 +01:00 committed by Dirk Hohndel
parent 77a6bc6d62
commit cbee716316
2 changed files with 1 additions and 10 deletions

View file

@ -41,7 +41,6 @@ public:
bool isPlanner() const;
void createSimpleDive(struct dive *d);
Mode currentMode() const;
bool recalcQ() const;
bool tankInUse(int cylinderid) const;
CylindersModel *cylindersModel();