From e18f4dfdeecfb8fdc3cf7bcb7168d84613d4fc7b Mon Sep 17 00:00:00 2001 From: Tomaz Canabrava Date: Fri, 11 Jul 2014 19:13:01 -0300 Subject: Code cleanup: removed bogus animation functions All animations are now on the Animations namespace, which resulted in a bit of code cleanup, which is nice. Signed-off-by: Tomaz Canabrava Signed-off-by: Dirk Hohndel --- qt-ui/profile/divetextitem.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'qt-ui/profile/divetextitem.cpp') diff --git a/qt-ui/profile/divetextitem.cpp b/qt-ui/profile/divetextitem.cpp index c2ba2efc4..fad35eb2f 100644 --- a/qt-ui/profile/divetextitem.cpp +++ b/qt-ui/profile/divetextitem.cpp @@ -94,13 +94,3 @@ void DiveTextItem::updateText() textItem->setBrush(brush); textItem->setPen(Qt::NoPen); } - -void DiveTextItem::animatedHide() -{ - Animations::hide(this); -} - -void DiveTextItem::animateMoveTo(qreal x, qreal y) -{ - Animations::moveTo(this, x, y); -} -- cgit v1.2.3-70-g09d2