summaryrefslogtreecommitdiff
path: root/src/corelib/animation
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2009-10-06 19:11:06 +0200
committerLeonardo Sobral Cunha <leo.cunha@nokia.com>2009-10-07 17:37:47 +0200
commit232212660535bddee054f3c60b7e8a9dfcc8c582 (patch)
tree63d2967dc45996cccd1995bc393123727cbfcba5 /src/corelib/animation
parent3dbc4ad00f809b110f143f2473c230bc5c481391 (diff)
downloadqt4-tools-232212660535bddee054f3c60b7e8a9dfcc8c582.tar.gz
Removed unused function QUnifiedTimer::elapsedTime from animation api private
Reviewed-by: thierry
Diffstat (limited to 'src/corelib/animation')
-rw-r--r--src/corelib/animation/qabstractanimation_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/animation/qabstractanimation_p.h b/src/corelib/animation/qabstractanimation_p.h
index 1a79f40789..8066d32971 100644
--- a/src/corelib/animation/qabstractanimation_p.h
+++ b/src/corelib/animation/qabstractanimation_p.h
@@ -134,7 +134,6 @@ public:
*/
void setConsistentTiming(bool consistent) { consistentTiming = consistent; }
- int elapsedTime() const { return lastTick; }
protected:
void timerEvent(QTimerEvent *);