mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
8046a05e95
commit
179df1bf80
3 changed files with 0 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue