Kaydet (Commit) d851e1e3 authored tarafından Tobias Madl's avatar Tobias Madl

Timer/Idle: wipe out old functionality

Change-Id: Id50533bc52f36d2daf31bfda4fabfb6d126df4b9
üst 7e2a0df7
...@@ -342,10 +342,6 @@ inline void ImplYield( bool i_bWait, bool i_bAllEvents ) ...@@ -342,10 +342,6 @@ inline void ImplYield( bool i_bWait, bool i_bAllEvents )
{ {
ImplSVData* pSVData = ImplGetSVData(); ImplSVData* pSVData = ImplGetSVData();
// run timers that have timed out
//while ( pSVData->mbNotAllTimerCalled )
// Timer::ImplTimerCallbackProc();
//Process all Tasks //Process all Tasks
Scheduler::ProcessTaskScheduling(false); Scheduler::ProcessTaskScheduling(false);
......
...@@ -387,7 +387,6 @@ void DeInitVCL() ...@@ -387,7 +387,6 @@ void DeInitVCL()
if ( pSVData->maAppData.mpIdleMgr ) if ( pSVData->maAppData.mpIdleMgr )
delete pSVData->maAppData.mpIdleMgr; delete pSVData->maAppData.mpIdleMgr;
//Timer::ImplDeInitTimer();
Scheduler::ImplDeInitScheduler(); Scheduler::ImplDeInitScheduler();
if ( pSVData->maWinData.mpMsgBoxImgList ) if ( pSVData->maWinData.mpMsgBoxImgList )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment