mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +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);
|
||||
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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue