fix bug in animationgroup(it would be removed?) make it works well with rotation

svn path=/trunk/KDE/kdelibs/; revision=1058634
This commit is contained in:
Igor Trindade Oliveira 2009-12-04 20:44:44 +00:00
parent 163a2d9908
commit d6ce82052f

View File

@ -109,8 +109,6 @@ void AnimationGroup::updateCurrentTime(int currentTime)
{
Q_UNUSED(currentTime)
//we really need it?
d->anim->setCurrentTime(currentTime);
}
void AnimationGroup::calculateGroupDuration()