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>
This commit is contained in:
Tomaz Canabrava 2014-01-19 18:31:26 -02:00 committed by Dirk Hohndel
parent 592ee31326
commit cd3867d46a
2 changed files with 3 additions and 34 deletions

View file

@ -38,7 +38,6 @@ protected:
virtual QString textForValue(double value);
Orientation orientation;
QList<DiveLineItem*> ticks;
QList<DiveTextItem*> labels;
double min;
double max;