From d6ce82052f1a33eb712064f88b1a52b6ad25c2cf Mon Sep 17 00:00:00 2001 From: Igor Trindade Oliveira Date: Fri, 4 Dec 2009 20:44:44 +0000 Subject: [PATCH] fix bug in animationgroup(it would be removed?) make it works well with rotation svn path=/trunk/KDE/kdelibs/; revision=1058634 --- animations/animationgroup.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/animations/animationgroup.cpp b/animations/animationgroup.cpp index f69c51b5f..d231b24ab 100644 --- a/animations/animationgroup.cpp +++ b/animations/animationgroup.cpp @@ -109,8 +109,6 @@ void AnimationGroup::updateCurrentTime(int currentTime) { Q_UNUSED(currentTime) - //we really need it? - d->anim->setCurrentTime(currentTime); } void AnimationGroup::calculateGroupDuration()