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() ...@@ -111,7 +111,6 @@ SalSystem *AndroidSalInstance::CreateSalSystem()
void InitSalData() {} void InitSalData() {}
void DeInitSalData() {} void DeInitSalData() {}
void InitSalMain() {} void InitSalMain() {}
void DeInitSalMain() {}
void SalAbort( const rtl::OUString& rErrorText, bool bDumpCore ) void SalAbort( const rtl::OUString& rErrorText, bool bDumpCore )
{ {
......
...@@ -295,12 +295,6 @@ void InitSalMain() ...@@ -295,12 +295,6 @@ void InitSalMain()
{ {
} }
// -----------------------------------------------------------------------
void DeInitSalMain()
{
}
// ======================================================================= // =======================================================================
SalYieldMutex::SalYieldMutex() SalYieldMutex::SalYieldMutex()
......
...@@ -82,7 +82,6 @@ public: ...@@ -82,7 +82,6 @@ public:
void InitSalData() {} void InitSalData() {}
void DeInitSalData() {} void DeInitSalData() {}
void InitSalMain() {} void InitSalMain() {}
void DeInitSalMain() {}
void SalAbort( const OUString& rErrorText, bool bDumpCore ) void SalAbort( const OUString& rErrorText, bool bDumpCore )
{ {
......
...@@ -199,7 +199,6 @@ void InitSalData(); // called from Application-Ctor ...@@ -199,7 +199,6 @@ void InitSalData(); // called from Application-Ctor
void DeInitSalData(); // called from Application-Dtor void DeInitSalData(); // called from Application-Dtor
void InitSalMain(); void InitSalMain();
void DeInitSalMain();
// ---------- // ----------
// - SVMain - // - SVMain -
......
...@@ -176,12 +176,6 @@ void InitSalMain() ...@@ -176,12 +176,6 @@ void InitSalMain()
// I doubt anything is needed on iOS // I doubt anything is needed on iOS
} }
// -----------------------------------------------------------------------
void DeInitSalMain()
{
}
// ======================================================================= // =======================================================================
SalYieldMutex::SalYieldMutex() SalYieldMutex::SalYieldMutex()
......
...@@ -572,8 +572,6 @@ void DeInitVCL() ...@@ -572,8 +572,6 @@ void DeInitVCL()
DeInitTools(); DeInitTools();
DeInitSalMain();
if( pOwnSvApp ) if( pOwnSvApp )
{ {
delete pOwnSvApp; delete pOwnSvApp;
......
...@@ -268,10 +268,6 @@ void InitSalMain() ...@@ -268,10 +268,6 @@ void InitSalMain()
{ {
} }
void DeInitSalMain()
{
}
void SalAbort( const rtl::OUString& rErrorText, bool bDumpCore ) void SalAbort( const rtl::OUString& rErrorText, bool bDumpCore )
{ {
if( rErrorText.isEmpty() ) if( rErrorText.isEmpty() )
......
...@@ -471,10 +471,6 @@ void InitSalMain() ...@@ -471,10 +471,6 @@ void InitSalMain()
} }
} }
void DeInitSalMain()
{
}
// ----------------------------------------------------------------------- // -----------------------------------------------------------------------
SalInstance* CreateSalInstance() 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