diff options
author | Jan Mulder <jlmulder@xs4all.nl> | 2017-05-20 09:22:37 +0200 |
---|---|---|
committer | Jan Mulder <jlmulder@xs4all.nl> | 2018-01-10 16:45:42 +0100 |
commit | a88c9507387452a3152aa21f8766a568c1542b86 (patch) | |
tree | 9ae47f91d595089667b49584a80c5c0f5471d156 /profile-widget/divecartesianaxis.h | |
parent | d0ff3917b1ec4982f5a62843776f241ae3711d7d (diff) | |
download | subsurface-a88c9507387452a3152aa21f8766a568c1542b86.tar.gz |
Unused code: DiveCartesianAxis::percentAt()
Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
Diffstat (limited to 'profile-widget/divecartesianaxis.h')
-rw-r--r-- | profile-widget/divecartesianaxis.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/profile-widget/divecartesianaxis.h b/profile-widget/divecartesianaxis.h index e6f3440d8..835567411 100644 --- a/profile-widget/divecartesianaxis.h +++ b/profile-widget/divecartesianaxis.h @@ -41,7 +41,6 @@ public: double maximum() const; double fontLabelScale() const; qreal valueAt(const QPointF &p) const; - qreal percentAt(const QPointF &p); qreal posAtValue(qreal value); void setColor(const QColor &color); void setTextColor(const QColor &color); |