summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-02-15 13:14:38 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-02-15 13:15:15 +0200
commit2185849852aa4cdf4d288d4bd01be44ebd3b4433 (patch)
treeb113915a7bca13b45277200eca19e0335fdfa137 /vcl
parentc1f5475bd626849fe7a98cb8986219990a526ce3 (diff)
Revert temporary and not properly ifdeffed Android stuff
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/app/svmain.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/app/svmain.cxx b/vcl/source/app/svmain.cxx
index 4db7b122a292..cf98fb8a0b6a 100644
--- a/vcl/source/app/svmain.cxx
+++ b/vcl/source/app/svmain.cxx
@@ -155,16 +155,12 @@ oslSignalAction SAL_CALL VCLExceptionSignal_impl( void* /*pData*/, oslSignalInfo
}
-extern void VCL_DLLPUBLIC plasma_now(const char *msg);
-
// =======================================================================
int ImplSVMain()
{
// The 'real' SVMain()
RTL_LOGFILE_CONTEXT( aLog, "vcl (ss112471) ::SVMain" );
-// plasma_now("top"); - works here
-
ImplSVData* pSVData = ImplGetSVData();
DBG_ASSERT( pSVData->mpApp, "no instance of class Application" );
@@ -179,7 +175,6 @@ int ImplSVMain()
{
// Application-Main rufen
pSVData->maAppData.mbInAppMain = sal_True;
-// plasma_now("after vcl init"); - works here
nReturn = pSVData->mpApp->Main();
pSVData->maAppData.mbInAppMain = sal_False;
}