diff options
author | Tomaz Canabrava <tcanabrava@kde.org> | 2014-01-19 18:31:26 -0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-01-19 21:37:48 -0800 |
commit | cd3867d46abdc3c19368b7370b4fa1c3b71d0e1d (patch) | |
tree | 7c59be400f1aa43994896d8deefd34288e237616 /qt-ui/profile/divecartesianaxis.h | |
parent | 592ee31326115750bb9208d992164cb16221f6ec (diff) | |
download | subsurface-cd3867d46abdc3c19368b7370b4fa1c3b71d0e1d.tar.gz |
Remove the ticks on the Axis, we never used them on the old profile.
This patch just cleans a bit the Cartesian Axis, we never used
ticks on it, just the grid lines ( that I need to animate a bit. )
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 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/profile/divecartesianaxis.h b/qt-ui/profile/divecartesianaxis.h index 13de9edec..e03df04e3 100644 --- a/qt-ui/profile/divecartesianaxis.h +++ b/qt-ui/profile/divecartesianaxis.h @@ -38,7 +38,6 @@ protected: virtual QString textForValue(double value); Orientation orientation; - QList<DiveLineItem*> ticks; QList<DiveTextItem*> labels; double min; double max; |