diff options
author | Tobias Madl <tobias.madl.dev@gmail.com> | 2015-03-06 09:07:06 +0100 |
---|---|---|
committer | Tobias Madl <tobias.madl.dev@gmail.com> | 2015-03-06 12:27:12 +0000 |
commit | d851e1e3c29afd3315cc763144c6eb92fbef5054 (patch) | |
tree | 8eaf026d5d6ed52183d7f2e12020a24db1545444 /vcl | |
parent | 7e2a0df7e7b4551698d1d7172ef12ad1e0fd8826 (diff) |
Timer/Idle: wipe out old functionality
Change-Id: Id50533bc52f36d2daf31bfda4fabfb6d126df4b9
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/app/svapp.cxx | 4 | ||||
-rw-r--r-- | vcl/source/app/svmain.cxx | 1 |
2 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/app/svapp.cxx b/vcl/source/app/svapp.cxx index 0064ec0e8242..7da6b6346bb0 100644 --- a/vcl/source/app/svapp.cxx +++ b/vcl/source/app/svapp.cxx @@ -342,10 +342,6 @@ inline void ImplYield( bool i_bWait, bool i_bAllEvents ) { ImplSVData* pSVData = ImplGetSVData(); - // run timers that have timed out - //while ( pSVData->mbNotAllTimerCalled ) - // Timer::ImplTimerCallbackProc(); - //Process all Tasks Scheduler::ProcessTaskScheduling(false); diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx index 43f76be04b79..9d59eac6ec5b 100644 --- a/vcl/source/app/svmain.cxx +++ b/vcl/source/app/svmain.cxx @@ -387,7 +387,6 @@ void DeInitVCL() if ( pSVData->maAppData.mpIdleMgr ) delete pSVData->maAppData.mpIdleMgr; - //Timer::ImplDeInitTimer(); Scheduler::ImplDeInitScheduler(); if ( pSVData->maWinData.mpMsgBoxImgList ) |