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>
This commit is contained in:
Tomaz Canabrava 2014-02-07 18:08:29 -02:00 committed by Dirk Hohndel
parent 0ad2a69c42
commit 7fbeb71dce
4 changed files with 14 additions and 40 deletions

View file

@ -35,5 +35,4 @@ void moveTo(QObject* obj, const QPointF& pos, int msecs)
moveTo(obj, pos.x(), pos.y(), msecs);
}
}