mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
cleanup: remove DiveCartesianAxis::fontLabelScale accessor
This was only used internally - there is no point in an accessor function. It only makes grepping more complicated. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
a14f740df0
commit
d725170914
2 changed files with 1 additions and 7 deletions
|
|
@ -39,7 +39,6 @@ public:
|
|||
void setFontLabelScale(qreal scale);
|
||||
double minimum() const;
|
||||
double maximum() const;
|
||||
double fontLabelScale() const;
|
||||
qreal valueAt(const QPointF &p) const;
|
||||
qreal posAtValue(qreal value) const;
|
||||
void setColor(const QColor &color);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue