Cleanup: remove TankItem::diveCylinderStore

The last user of this member variable was removed in commit
96ed09bf14.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2019-07-27 17:05:34 +02:00 committed by Dirk Hohndel
parent 52cb38e540
commit 9485ace709
2 changed files with 0 additions and 11 deletions

View file

@ -15,7 +15,6 @@ class TankItem : public QObject, public QGraphicsRectItem
public:
explicit TankItem(QObject *parent = 0);
~TankItem();
void setHorizontalAxis(DiveCartesianAxis *horizontal);
void setData(DivePlotDataModel *model, struct plot_info *plotInfo, struct dive *d);
@ -28,7 +27,6 @@ private:
void createBar(qreal x, qreal w, struct gasmix gas);
DivePlotDataModel *dataModel;
DiveCartesianAxis *hAxis;
struct dive diveCylinderStore;
struct plot_data *pInfoEntry;
int pInfoNr;
qreal height;