profile: remove visibilityKey members of a few DiveProfileItems

There were no users.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2021-10-09 15:00:14 +02:00 committed by Dirk Hohndel
parent 073059f5ab
commit a496ab016b

View file

@ -80,7 +80,6 @@ private:
void createTextItem(double lastSec, double lastMeanDepth);
std::pair<double,double> getMeanDepth(int i) const;
std::pair<double,double> 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<QPolygonF> alertPolygons;
const double *thresholdPtrMin;
const double *thresholdPtrMax;
QString visibilityKey;
QColor normalColor;
QColor alertColor;
};