mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cylinders: remove CylindersModel::changed
Nobody is testing that flag anymore. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
0732bb2302
commit
d02489f888
2 changed files with 3 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue