diff options
author | axis <qt-info@nokia.com> | 2009-05-15 12:50:32 (GMT) |
---|---|---|
committer | axis <qt-info@nokia.com> | 2009-05-15 12:54:09 (GMT) |
commit | 8cb4166fcfc65f74c583b15388cbcd18b96fa990 (patch) | |
tree | e9601ed388fd6eaf31b80425e3db69d816dc7397 /src/corelib/kernel | |
parent | cbe647bcb7f2df85d9bd350e8e4f8fd1f5fb287a (diff) | |
download | Qt-8cb4166fcfc65f74c583b15388cbcd18b96fa990.zip Qt-8cb4166fcfc65f74c583b15388cbcd18b96fa990.tar.gz Qt-8cb4166fcfc65f74c583b15388cbcd18b96fa990.tar.bz2 |
Removed obsolete code.
This is not necesary anymore after we started using the
QCompleteZeroTimerActiveObject to complete zero timers.
AutoTest: qtimer and qeventloop passed
RevBy: Trust me
Diffstat (limited to 'src/corelib/kernel')
-rw-r--r-- | src/corelib/kernel/qeventdispatcher_symbian.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/corelib/kernel/qeventdispatcher_symbian.cpp b/src/corelib/kernel/qeventdispatcher_symbian.cpp index 6c47c7b..beccffc 100644 --- a/src/corelib/kernel/qeventdispatcher_symbian.cpp +++ b/src/corelib/kernel/qeventdispatcher_symbian.cpp @@ -599,9 +599,6 @@ bool QEventDispatcherSymbian::processEvents ( QEventLoop::ProcessEventsFlags fla timeState = SubsequentRun; }; - // Complete zero timers so that we get them next time. - completeZeroTimers(); - emit awake(); m_noSocketEvents = oldNoSocketEventsValue; |