diff options
Diffstat (limited to 'qt-models/weightmodel.cpp')
-rw-r--r-- | qt-models/weightmodel.cpp | 1 |
1 files changed, 0 insertions, 1 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) |