From 4be644262530d55c363876bb6fa359c330710089 Mon Sep 17 00:00:00 2001 From: Igor Trindade Oliveira Date: Sat, 5 Dec 2009 15:06:41 +0000 Subject: [PATCH] remove unused method svn path=/trunk/KDE/kdelibs/; revision=1059024 --- animations/rotationstacked.cpp | 5 ----- animations/rotationstacked.h | 2 -- 2 files changed, 7 deletions(-) diff --git a/animations/rotationstacked.cpp b/animations/rotationstacked.cpp index c518fc17e..b3f731ef2 100644 --- a/animations/rotationstacked.cpp +++ b/animations/rotationstacked.cpp @@ -75,11 +75,6 @@ RotationStackedAnimation::~RotationStackedAnimation() delete d; } -void RotationStackedAnimation::setWidgetToAnimate(QGraphicsWidget *widget) -{ - Animation::setWidgetToAnimate(widget); -} - void RotationStackedAnimation::setReference(const qint8 &reference) { d->reference = reference; diff --git a/animations/rotationstacked.h b/animations/rotationstacked.h index 9b4da2e16..28570b937 100644 --- a/animations/rotationstacked.h +++ b/animations/rotationstacked.h @@ -66,8 +66,6 @@ class RotationStackedAnimation : public Animation QGraphicsWidget *backWidget(); void setBackWidget(QGraphicsWidget *backWidget); - void setWidgetToAnimate(QGraphicsWidget *widget); - protected: void updateState(QAbstractAnimation::State newState, QAbstractAnimation::State oldState); void updateCurrentTime(int currentTime);