diff options
-rw-r--r-- | tools/qml/qfxtester.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/qml/qfxtester.cpp b/tools/qml/qfxtester.cpp index 7344f58..638a3c9 100644 --- a/tools/qml/qfxtester.cpp +++ b/tools/qml/qfxtester.cpp @@ -297,7 +297,6 @@ void QDeclarativeTester::updateCurrentTime(int msec) m_keyEvents.clear(); // Advance test script - static int imgCount = 0; while (testscript && testscript->count() > testscriptidx) { QObject *event = testscript->event(testscriptidx); |