Remove unused DeInitSalMain
Change-Id: I8fd733fe6535cc4f9f299f53adc1821ce344a85c
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user