summaryrefslogtreecommitdiffstats
path: root/src/corelib/animation
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2009-09-28 16:50:35 +0200
committerLeonardo Sobral Cunha <leo.cunha@nokia.com>2009-09-28 16:52:07 +0200
commit00ee879628e392ad46daf9cabe7c760c09afb6b7 (patch)
tree3611a21a0e8844338210bb9bfde4dce2ab68b7e4 /src/corelib/animation
parentb5d8b253b194f3261bf790362d80eacb97ff30b5 (diff)
Removed unused line in QAbstractAnimation
This line was a left-over from commit 86f5a63b018441 Reviewed-by: thierry
Diffstat (limited to 'src/corelib/animation')
-rw-r--r--src/corelib/animation/qabstractanimation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/animation/qabstractanimation.cpp b/src/corelib/animation/qabstractanimation.cpp
index b585fe32d8..d6ef95b341 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;