diff options
author | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-08-10 10:48:13 (GMT) |
---|---|---|
committer | Jan-Arve Sæther <jan-arve.saether@nokia.com> | 2009-08-10 10:49:02 (GMT) |
commit | ec1a146dd7f8582d3053ed54420d26141e98155c (patch) | |
tree | d498679f41ee8d059f50b98a1bad65627a451e2b /src | |
parent | 468b157ab5496cdab6ff751312dba5376901d533 (diff) | |
download | Qt-ec1a146dd7f8582d3053ed54420d26141e98155c.zip Qt-ec1a146dd7f8582d3053ed54420d26141e98155c.tar.gz Qt-ec1a146dd7f8582d3053ed54420d26141e98155c.tar.bz2 |
Remove unused member.
Diffstat (limited to 'src')
-rw-r--r-- | src/corelib/tools/qtimeline.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/corelib/tools/qtimeline.cpp b/src/corelib/tools/qtimeline.cpp index b6511d5..6dbad34 100644 --- a/src/corelib/tools/qtimeline.cpp +++ b/src/corelib/tools/qtimeline.cpp @@ -69,7 +69,6 @@ public: int currentLoopCount; int currentTime; - int elapsedTime; int timerId; QTime timer; |