mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Cleanup: remove TankItem::modelData member variable
This is only used for an "is initialized"-check. But there are other member variables that are used for that purpose. Remove. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
130946fcf4
commit
6d78e63d19
2 changed files with 2 additions and 5 deletions
|
|
@ -25,7 +25,6 @@ public slots:
|
|||
|
||||
private:
|
||||
void createBar(qreal x, qreal w, struct gasmix gas);
|
||||
DivePlotDataModel *dataModel;
|
||||
DiveCartesianAxis *hAxis;
|
||||
struct plot_data *pInfoEntry;
|
||||
int pInfoNr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue