diff options
author | Berthold Stoeger <bstoeger@mail.tuwien.ac.at> | 2019-10-27 15:22:34 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2019-10-27 12:42:21 -0700 |
commit | 6d78e63d19e4aed9b25a720ee8c6fdac450be289 (patch) | |
tree | 1df301f6088520204833b46786c6cbba8750664d /profile-widget/tankitem.h | |
parent | 130946fcf45375283661547502c389390bc2d443 (diff) | |
download | subsurface-6d78e63d19e4aed9b25a720ee8c6fdac450be289.tar.gz |
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>
Diffstat (limited to 'profile-widget/tankitem.h')
-rw-r--r-- | profile-widget/tankitem.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/profile-widget/tankitem.h b/profile-widget/tankitem.h index cd77b6955..e7f82678e 100644 --- a/profile-widget/tankitem.h +++ b/profile-widget/tankitem.h @@ -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; |