From 8cb4166fcfc65f74c583b15388cbcd18b96fa990 Mon Sep 17 00:00:00 2001 From: axis Date: Fri, 15 May 2009 14:50:32 +0200 Subject: 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 --- src/corelib/kernel/qeventdispatcher_symbian.cpp | 3 --- 1 file changed, 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; -- cgit v0.12