summaryrefslogtreecommitdiff
path: root/vcl/source/app/svmain.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-03-31 12:34:17 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-03-31 13:33:59 +0200
commit747631f26c90f5077da5628a32fc642aaea8167d (patch)
treeddfbc53ce3fcfd09f00c13b3762a531b9fdb301f /vcl/source/app/svmain.cxx
parentc6821e66a66bd8fbb2c5a617e49783b7a4fc0724 (diff)
Remove now unused obsolete tools/debug.hxx functionality
Change-Id: I1bc585af8f0189dfa219bd42a5f09871a006c6ea
Diffstat (limited to 'vcl/source/app/svmain.cxx')
-rw-r--r--vcl/source/app/svmain.cxx12
1 files changed, 1 insertions, 11 deletions
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index bccd5f16b72f..f0277eaa2760 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -22,7 +22,6 @@
#include <osl/file.hxx>
#include <osl/signal.h>
-#include "tools/tools.h"
#include "tools/debug.hxx"
#include "tools/resmgr.hxx"
@@ -252,9 +251,6 @@ bool InitVCL()
ImplSVData* pSVData = ImplGetSVData();
- // register with tools
- InitTools();
-
// remember Main-Thread-Id
pSVData->mnMainThreadId = ::osl::Thread::getCurrentIdentifier();
@@ -292,8 +288,7 @@ bool InitVCL()
// Set exception handler
pExceptionHandler = osl_addSignalHandler(VCLExceptionSignal_impl, NULL);
- // initialise debug data
- DBGGUI_INIT();
+ DBGGUI_INIT_SOLARMUTEXCHECK();
return true;
}
@@ -384,9 +379,6 @@ void DeInitVCL()
osl_removeSignalHandler( pExceptionHandler);
pExceptionHandler = NULL;
- // Debug Daten zuruecksetzen
- DBGGUI_DEINIT();
-
// free global data
delete pSVData->maGDIData.mpGrfConverter;
@@ -558,8 +550,6 @@ void DeInitVCL()
// Deinit Sal
DestroySalInstance( pSVData->mpDefInst );
- DeInitTools();
-
if( pOwnSvApp )
{
delete pOwnSvApp;