summaryrefslogtreecommitdiffstats
path: root/qt-ui/profile/divelineitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'qt-ui/profile/divelineitem.h')
-rw-r--r--qt-ui/profile/divelineitem.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/qt-ui/profile/divelineitem.h b/qt-ui/profile/divelineitem.h
index 3643d6e60..ec88e9da5 100644
--- a/qt-ui/profile/divelineitem.h
+++ b/qt-ui/profile/divelineitem.h
@@ -10,8 +10,6 @@ class DiveLineItem : public QObject, public QGraphicsLineItem {
Q_PROPERTY(qreal opacity READ opacity WRITE setOpacity)
public:
DiveLineItem(QGraphicsItem *parent = 0);
- void animatedHide();
- void animateMoveTo(qreal x, qreal y);
};
#endif // DIVELINEITEM_H