From 00ee879628e392ad46daf9cabe7c760c09afb6b7 Mon Sep 17 00:00:00 2001 From: Leonardo Sobral Cunha Date: Mon, 28 Sep 2009 16:50:35 +0200 Subject: Removed unused line in QAbstractAnimation This line was a left-over from commit 86f5a63b018441 Reviewed-by: thierry --- src/corelib/animation/qabstractanimation.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/corelib/animation/qabstractanimation.cpp b/src/corelib/animation/qabstractanimation.cpp index b585fe3..d6ef95b 100644 --- a/src/corelib/animation/qabstractanimation.cpp +++ b/src/corelib/animation/qabstractanimation.cpp @@ -201,7 +201,6 @@ void QUnifiedTimer::timerEvent(QTimerEvent *event) animationsToStart.clear(); if (animations.isEmpty()) { animationTimer.stop(); - time = QTime(); } else if (!animationTimer.isActive()) { animationTimer.start(timingInterval, this); lastTick = 0; -- cgit v0.12