aboutsummaryrefslogtreecommitdiffstats
path: root/qt-models
diff options
context:
space:
mode:
authorGravatar Berthold Stoeger <bstoeger@mail.tuwien.ac.at>2021-02-25 22:26:35 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-04-02 13:53:23 -0700
commit93ec9f11e88c2ff284aced529ddb52fcda598119 (patch)
tree1ced77157b4bcb8724e49674e9204e23cdbaff50 /qt-models
parent4b801f1f50e0ca78d92673e92f9f05f22514f2d7 (diff)
downloadsubsurface-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.h1
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);