mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
profile: remove DiveCartesianAxis::setColor() and setTextColor()
These functions had no users. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
ae1758d4cd
commit
2615ba02bb
2 changed files with 0 additions and 17 deletions
|
|
@ -44,8 +44,6 @@ public:
|
|||
std::pair<double, double> screenMinMax() const;
|
||||
qreal valueAt(const QPointF &p) const;
|
||||
qreal posAtValue(qreal value) const;
|
||||
void setColor(const QColor &color);
|
||||
void setTextColor(const QColor &color);
|
||||
void animateChangeLine(const QRectF &rect, int animSpeed);
|
||||
void setTextVisible(bool arg1);
|
||||
void setLinesVisible(bool arg1);
|
||||
|
|
@ -71,7 +69,6 @@ protected:
|
|||
double min;
|
||||
double max;
|
||||
double interval;
|
||||
QColor textColor;
|
||||
bool textVisibility;
|
||||
bool lineVisibility;
|
||||
double labelScale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue