diff --git a/profile-widget/diveprofileitem.h b/profile-widget/diveprofileitem.h index c33e87398..e4ac2dbfd 100644 --- a/profile-widget/diveprofileitem.h +++ b/profile-widget/diveprofileitem.h @@ -80,7 +80,6 @@ private: void createTextItem(double lastSec, double lastMeanDepth); std::pair getMeanDepth(int i) const; std::pair getNextMeanDepth(int i) const; - QString visibilityKey; }; class DiveTemperatureItem : public AbstractProfilePolygonItem { @@ -103,7 +102,6 @@ public: private: void createTextItem(int seconds, int hr, bool last); - QString visibilityKey; }; class DiveGasPressureItem : public AbstractProfilePolygonItem { @@ -176,7 +174,6 @@ private: QVector alertPolygons; const double *thresholdPtrMin; const double *thresholdPtrMax; - QString visibilityKey; QColor normalColor; QColor alertColor; };