Kaydet (Commit) eb7ccf86 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove unused DeInitSalMain

Change-Id: I8fd733fe6535cc4f9f299f53adc1821ce344a85c
üst e63bfb30
......@@ -111,7 +111,6 @@ SalSystem *AndroidSalInstance::CreateSalSystem()
void InitSalData() {}
void DeInitSalData() {}
void InitSalMain() {}
void DeInitSalMain() {}
void SalAbort( const rtl::OUString& rErrorText, bool bDumpCore )
{
......
......@@ -295,12 +295,6 @@ void InitSalMain()
{
}
// -----------------------------------------------------------------------
void DeInitSalMain()
{
}
// =======================================================================
SalYieldMutex::SalYieldMutex()
......
......@@ -82,7 +82,6 @@ public:
void InitSalData() {}
void DeInitSalData() {}
void InitSalMain() {}
void DeInitSalMain() {}
void SalAbort( const OUString& rErrorText, bool bDumpCore )
{
......
......@@ -199,7 +199,6 @@ void InitSalData(); // called from Application-Ctor
void DeInitSalData(); // called from Application-Dtor
void InitSalMain();
void DeInitSalMain();
// ----------
// - SVMain -
......
......@@ -176,12 +176,6 @@ void InitSalMain()
// I doubt anything is needed on iOS
}
// -----------------------------------------------------------------------
void DeInitSalMain()
{
}
// =======================================================================
SalYieldMutex::SalYieldMutex()
......
......@@ -572,8 +572,6 @@ void DeInitVCL()
DeInitTools();
DeInitSalMain();
if( pOwnSvApp )
{
delete pOwnSvApp;
......
......@@ -268,10 +268,6 @@ void InitSalMain()
{
}
void DeInitSalMain()
{
}
void SalAbort( const rtl::OUString& rErrorText, bool bDumpCore )
{
if( rErrorText.isEmpty() )
......
......@@ -471,10 +471,6 @@ void InitSalMain()
}
}
void DeInitSalMain()
{
}
// -----------------------------------------------------------------------
SalInstance* CreateSalInstance()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment