diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-05 10:08:06 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-05 10:08:06 +0200 |
commit | b5a72102d12b69ed5e9e6fabedf35052946e8306 (patch) | |
tree | 9f6d85301adf54475fdfd54ccd40be2bcf6ce69c | |
parent | b0b4a721b4f33ef132fcbdf4e5069c11269b121e (diff) |
loplugin:externandnotdefined
Change-Id: Id1bd821dfbb5f84a46d754cd2ff44b55957246a7
-rw-r--r-- | vcl/source/window/syswin.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/window/syswin.cxx b/vcl/source/window/syswin.cxx index 39cf665d478f..0a2980bd4794 100644 --- a/vcl/source/window/syswin.cxx +++ b/vcl/source/window/syswin.cxx @@ -1090,8 +1090,6 @@ void SystemWindow::setOptimalLayoutSize() setPosSizeOnContainee(aSize, *pBox); } -extern void ImplWindowAutoMnemonic(Window* pWindow); - void SystemWindow::DoInitialLayout() { if ( GetSettings().GetStyleSettings().GetAutoMnemonic() ) |