profile: remove DiveCartesianAxis::tick_size

No user of that. Also remove the setter function.

Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
Berthold Stoeger 2021-08-28 23:44:28 +02:00 committed by Dirk Hohndel
parent 8046a05e95
commit 179df1bf80
3 changed files with 0 additions and 16 deletions

View file

@ -38,7 +38,6 @@ public:
void setMaximum(double maximum);
void setTickInterval(double interval);
void setOrientation(Orientation orientation);
void setTickSize(qreal size);
void setFontLabelScale(qreal scale);
double minimum() const;
double maximum() const;
@ -71,7 +70,6 @@ protected:
double min;
double max;
double interval;
double tick_size;
QColor textColor;
bool textVisibility;
bool lineVisibility;