mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
cleanup: remove unused member DivePlannerPointsModel::addingDeco
This was never used. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
4b801f1f50
commit
93ec9f11e8
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ public:
|
|||
int size() const;
|
||||
struct diveplan &getDiveplan();
|
||||
void removeDeco();
|
||||
static bool addingDeco;
|
||||
struct deco_state final_deco_state;
|
||||
|
||||
void loadFromDive(dive *d);
|
||||
|
|
Loading…
Reference in a new issue