aboutsummaryrefslogtreecommitdiffstats
path: root/profile-widget/tankitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'profile-widget/tankitem.h')
-rw-r--r--profile-widget/tankitem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/profile-widget/tankitem.h b/profile-widget/tankitem.h
index 433b1444f..cd77b6955 100644
--- a/profile-widget/tankitem.h
+++ b/profile-widget/tankitem.h
@@ -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;