diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2021-02-25 22:26:35 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-04-02 13:53:23 -0700 |
commit | 93ec9f11e88c2ff284aced529ddb52fcda598119 (patch) | |
tree | 1ced77157b4bcb8724e49674e9204e23cdbaff50 /qt-models | |
parent | 4b801f1f50e0ca78d92673e92f9f05f22514f2d7 (diff) | |
download | subsurface-93ec9f11e88c2ff284aced529ddb52fcda598119.tar.gz |
cleanup: remove unused member DivePlannerPointsModel::addingDeco
This was never used.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'qt-models')
-rw-r--r-- | qt-models/diveplannermodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-models/diveplannermodel.h b/qt-models/diveplannermodel.h index 70f06b7c6..0b940fbd3 100644 --- a/qt-models/diveplannermodel.h +++ b/qt-models/diveplannermodel.h @@ -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); |