summaryrefslogtreecommitdiffstats
path: root/qt-models
diff options
context:
space:
mode:
Diffstat (limited to 'qt-models')
-rw-r--r--qt-models/weightmodel.cpp1
-rw-r--r--qt-models/weightmodel.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/qt-models/weightmodel.cpp b/qt-models/weightmodel.cpp
index 46b084cae..ec0ea0259 100644
--- a/qt-models/weightmodel.cpp
+++ b/qt-models/weightmodel.cpp
@@ -11,7 +11,6 @@
#endif
WeightModel::WeightModel(QObject *parent) : CleanerTableModel(parent),
- changed(false),
d(nullptr),
tempRow(-1),
tempWS(empty_weightsystem)
diff --git a/qt-models/weightmodel.h b/qt-models/weightmodel.h
index 1ef7cdf53..950e96d2b 100644
--- a/qt-models/weightmodel.h
+++ b/qt-models/weightmodel.h
@@ -28,7 +28,6 @@ public:
void clear();
void updateDive(dive *d);
weightsystem_t weightSystemAt(const QModelIndex &index) const;
- bool changed;
public
slots: