summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/divecartesianaxis.h
diff options
context:
space:
mode:
authorGravatar Tomaz Canabrava <tcanabrava@kde.org>2014-02-07 18:08:29 -0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-02-08 07:21:28 -0800
commit7fbeb71dce2d490218066c3b2ac60ae9d422233d (patch)
tree29622059eeed4f533c2de208383b783f0927cc41 /qt-ui/profile/divecartesianaxis.h
parent0ad2a69c4234e23cbcdfe4ce2c498bd0bdeee611 (diff)
downloadsubsurface-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.h4
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 {