mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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:
parent
073059f5ab
commit
a496ab016b
1 changed files with 0 additions and 3 deletions
|
@ -80,7 +80,6 @@ private:
|
||||||
void createTextItem(double lastSec, double lastMeanDepth);
|
void createTextItem(double lastSec, double lastMeanDepth);
|
||||||
std::pair<double,double> getMeanDepth(int i) const;
|
std::pair<double,double> getMeanDepth(int i) const;
|
||||||
std::pair<double,double> getNextMeanDepth(int i) const;
|
std::pair<double,double> getNextMeanDepth(int i) const;
|
||||||
QString visibilityKey;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class DiveTemperatureItem : public AbstractProfilePolygonItem {
|
class DiveTemperatureItem : public AbstractProfilePolygonItem {
|
||||||
|
@ -103,7 +102,6 @@ public:
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void createTextItem(int seconds, int hr, bool last);
|
void createTextItem(int seconds, int hr, bool last);
|
||||||
QString visibilityKey;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class DiveGasPressureItem : public AbstractProfilePolygonItem {
|
class DiveGasPressureItem : public AbstractProfilePolygonItem {
|
||||||
|
@ -176,7 +174,6 @@ private:
|
||||||
QVector<QPolygonF> alertPolygons;
|
QVector<QPolygonF> alertPolygons;
|
||||||
const double *thresholdPtrMin;
|
const double *thresholdPtrMin;
|
||||||
const double *thresholdPtrMax;
|
const double *thresholdPtrMax;
|
||||||
QString visibilityKey;
|
|
||||||
QColor normalColor;
|
QColor normalColor;
|
||||||
QColor alertColor;
|
QColor alertColor;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue