summaryrefslogtreecommitdiff
path: root/vcl/source/app/svapp.cxx
diff options
context:
space:
mode:
authorTobias Madl <tobias.madl.dev@gmail.com>2015-03-06 09:07:06 +0100
committerTobias Madl <tobias.madl.dev@gmail.com>2015-03-06 12:27:12 +0000
commitd851e1e3c29afd3315cc763144c6eb92fbef5054 (patch)
tree8eaf026d5d6ed52183d7f2e12020a24db1545444 /vcl/source/app/svapp.cxx
parent7e2a0df7e7b4551698d1d7172ef12ad1e0fd8826 (diff)
Timer/Idle: wipe out old functionality
Change-Id: Id50533bc52f36d2daf31bfda4fabfb6d126df4b9
Diffstat (limited to 'vcl/source/app/svapp.cxx')
-rw-r--r--vcl/source/app/svapp.cxx4
1 files changed, 0 insertions, 4 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);