diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-08-04 17:56:19 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-08-04 17:56:33 +0200 |
commit | e48179c1844471f8e2f472bc7f5aa0cb46bf5198 (patch) | |
tree | 374e764bbd0aeda12d41d5c1b03d21f3a9b0212e /vcl | |
parent | d4b96b45727314585d02394bb5a084393b647729 (diff) |
loplugin:externandnotdefined
Change-Id: I5f0c34a44898637b3c0d3d507777cbc7ace8b656
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; |