diff options
author | Jan-Marek Glogowski <glogow@fbihome.de> | 2018-09-13 12:23:36 +0200 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2018-10-02 11:24:38 +0200 |
commit | 0f3be2e19fa408d7069d586ccf04cb3f3eccd6b9 (patch) | |
tree | 7cd14806e1098bdc08cfc84f0e00480f8d09dc68 /vcl/osx/salinst.cxx | |
parent | 3af4e1a0825c5b11ae4ef58fc411378aab669387 (diff) |
Unify sal plugin loaders
Change-Id: Ic099761eaff80349e985ccf62e3f4aa6b2e98022
Reviewed-on: https://gerrit.libreoffice.org/61103
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'vcl/osx/salinst.cxx')
-rw-r--r-- | vcl/osx/salinst.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx index 8fe681f37853..426aa2972ec6 100644 --- a/vcl/osx/salinst.cxx +++ b/vcl/osx/salinst.cxx @@ -192,12 +192,6 @@ void SalAbort( const OUString& rErrorText, bool bDumpCore ) _exit(1); } -const OUString& SalGetDesktopEnvironment() -{ - static OUString aDesktopEnvironment( "MacOSX" ); - return aDesktopEnvironment; -} - SalYieldMutex::SalYieldMutex() : m_aCodeBlock( nullptr ) { |