From a496ab016b1fcbb4d71f27b5490169703f3ba770 Mon Sep 17 00:00:00 2001 From: Berthold Stoeger Date: Sat, 9 Oct 2021 15:00:14 +0200 Subject: [PATCH] profile: remove visibilityKey members of a few DiveProfileItems There were no users. Signed-off-by: Berthold Stoeger --- profile-widget/diveprofileitem.h | 3 --- 1 file changed, 3 deletions(-) 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; };