summaryrefslogtreecommitdiff
path: root/vcl/source/app/svmain.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/svmain.cxx
parent7e2a0df7e7b4551698d1d7172ef12ad1e0fd8826 (diff)
Timer/Idle: wipe out old functionality
Change-Id: Id50533bc52f36d2daf31bfda4fabfb6d126df4b9
Diffstat (limited to 'vcl/source/app/svmain.cxx')
-rw-r--r--vcl/source/app/svmain.cxx1
1 files changed, 0 insertions, 1 deletions
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 )