diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-02-27 18:46:13 +0100 |
---|---|---|
committer | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2020-04-07 00:13:35 +0200 |
commit | d02489f8884d4fd5282d335727eeb68105fafc80 (patch) | |
tree | 7acfa3742f9c671297ea23e471de7f20c5f8dff4 /qt-models/cylindermodel.h | |
parent | 0732bb2302418fe07064ea04df3435ab527fbd00 (diff) | |
download | subsurface-d02489f8884d4fd5282d335727eeb68105fafc80.tar.gz |
cylinders: remove CylindersModel::changed
Nobody is testing that flag anymore.
Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
Diffstat (limited to 'qt-models/cylindermodel.h')
-rw-r--r-- | qt-models/cylindermodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-models/cylindermodel.h b/qt-models/cylindermodel.h index 85a59c9f5..ebebb46ab 100644 --- a/qt-models/cylindermodel.h +++ b/qt-models/cylindermodel.h @@ -45,7 +45,6 @@ public: void updateDecoDepths(pressure_t olddecopo2); void updateTrashIcon(); void moveAtFirst(int cylid); - bool changed; QVariant headerData(int section, Qt::Orientation orientation, int role) const override; bool updateBestMixes(); bool cylinderUsed(int i) const; |