aboutsummaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/divelineitem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/profile/divelineitem.cpp')
-rw-r--r--qt-ui/profile/divelineitem.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/qt-ui/profile/divelineitem.cpp b/qt-ui/profile/divelineitem.cpp
index eb3d1db9c..863cd6218 100644
--- a/qt-ui/profile/divelineitem.cpp
+++ b/qt-ui/profile/divelineitem.cpp
@@ -5,13 +5,3 @@
DiveLineItem::DiveLineItem(QGraphicsItem *parent) : QGraphicsLineItem(parent)
{
}
-
-void DiveLineItem::animatedHide()
-{
- Animations::hide(this);
-}
-
-void DiveLineItem::animateMoveTo(qreal x, qreal y)
-{
- Animations::moveTo(this, x, y);
-}