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:
Berthold Stoeger 2021-09-01 20:59:42 +02:00 committed by Dirk Hohndel
parent ae1758d4cd
commit 2615ba02bb
2 changed files with 0 additions and 17 deletions

View file

@ -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;