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/animationfunctions.cpp | |
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/animationfunctions.cpp')
-rw-r--r-- | qt-ui/profile/animationfunctions.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-ui/profile/animationfunctions.cpp b/qt-ui/profile/animationfunctions.cpp index 103af8787..f70468bde 100644 --- a/qt-ui/profile/animationfunctions.cpp +++ b/qt-ui/profile/animationfunctions.cpp @@ -35,5 +35,4 @@ void moveTo(QObject* obj, const QPointF& pos, int msecs) moveTo(obj, pos.x(), pos.y(), msecs); } - } |