diff options
author | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2009-09-28 14:50:35 (GMT) |
---|---|---|
committer | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2009-09-28 14:52:07 (GMT) |
commit | 00ee879628e392ad46daf9cabe7c760c09afb6b7 (patch) | |
tree | 3611a21a0e8844338210bb9bfde4dce2ab68b7e4 /src/corelib/animation | |
parent | b5d8b253b194f3261bf790362d80eacb97ff30b5 (diff) | |
download | Qt-00ee879628e392ad46daf9cabe7c760c09afb6b7.zip Qt-00ee879628e392ad46daf9cabe7c760c09afb6b7.tar.gz Qt-00ee879628e392ad46daf9cabe7c760c09afb6b7.tar.bz2 |
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.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
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; |