summaryrefslogtreecommitdiffstats
path: root/src/corelib
diff options
context:
space:
mode:
authorLeonardo Sobral Cunha <leo.cunha@nokia.com>2009-10-06 17:11:06 (GMT)
committerLeonardo Sobral Cunha <leo.cunha@nokia.com>2009-10-07 15:37:47 (GMT)
commit232212660535bddee054f3c60b7e8a9dfcc8c582 (patch)
tree63d2967dc45996cccd1995bc393123727cbfcba5 /src/corelib
parent3dbc4ad00f809b110f143f2473c230bc5c481391 (diff)
downloadQt-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')
-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 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 *);