summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/animationfunctions.cpp
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/animationfunctions.cpp
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/animationfunctions.cpp')
-rw-r--r--qt-ui/profile/animationfunctions.cpp1
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);
}
-
}