mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
77a6bc6d62
commit
cbee716316
2 changed files with 1 additions and 10 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue