diff options
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/osx/salinst.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx index f88bf7917279..532fc3876606 100644 --- a/vcl/osx/salinst.cxx +++ b/vcl/osx/salinst.cxx @@ -64,8 +64,6 @@ using namespace std; using namespace ::com::sun::star; -extern int ImplSVMain(); - static int* gpnInit = 0; static NSMenu* pDockMenu = nil; static bool bNoSVMain = true; |