diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-02-07 18:08:29 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-08 07:21:28 -0800 |
commit | 7fbeb71dce2d490218066c3b2ac60ae9d422233d (patch) | |
tree | 29622059eeed4f533c2de208383b783f0927cc41 /qt-ui/profile/divecartesianaxis.h | |
parent | 0ad2a69c4234e23cbcdfe4ce2c498bd0bdeee611 (diff) | |
download | subsurface-7fbeb71dce2d490218066c3b2ac60ae9d422233d.tar.gz |
Remove code that was unused.
Ancient code that was unused and only adding complexity to the
DiveCartesianAxis.
Also remove the spacing between the text and the lines of the Axis.
Signed-off-by: Tomaz Canabrava <tcanabrava@kde.org>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/profile/divecartesianaxis.h')
-rw-r--r-- | qt-ui/profile/divecartesianaxis.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/qt-ui/profile/divecartesianaxis.h b/qt-ui/profile/divecartesianaxis.h index a6e94e548..753a3e44d 100644 --- a/qt-ui/profile/divecartesianaxis.h +++ b/qt-ui/profile/divecartesianaxis.h @@ -34,8 +34,6 @@ public: qreal posAtValue(qreal value); void setColor(const QColor& color); void setTextColor(const QColor& color); - void setShowTicks(bool show); - void setShowText(bool show); void animateChangeLine(const QLineF& newLine); int unitSystem; public slots: @@ -53,8 +51,6 @@ protected: double interval; double tick_size; QColor textColor; - bool showTicks; - bool showText; }; class DepthAxis : public DiveCartesianAxis { |