diff options
author | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2009-10-06 17:11:06 (GMT) |
---|---|---|
committer | Leonardo Sobral Cunha <leo.cunha@nokia.com> | 2009-10-07 15:37:47 (GMT) |
commit | 232212660535bddee054f3c60b7e8a9dfcc8c582 (patch) | |
tree | 63d2967dc45996cccd1995bc393123727cbfcba5 /src/corelib/animation | |
parent | 3dbc4ad00f809b110f143f2473c230bc5c481391 (diff) | |
download | Qt-232212660535bddee054f3c60b7e8a9dfcc8c582.zip Qt-232212660535bddee054f3c60b7e8a9dfcc8c582.tar.gz Qt-232212660535bddee054f3c60b7e8a9dfcc8c582.tar.bz2 |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/animation/qabstractanimation_p.h b/src/corelib/animation/qabstractanimation_p.h index 1a79f40..8066d32 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 *); |