From: Vadim Zeitlin Date: Sat, 18 Mar 2006 17:04:47 +0000 (+0000) Subject: removed redundant declaration (no real changes) X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/8470c37812d59d60b4541c7ef1e94419818dcc31 removed redundant declaration (no real changes) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38210 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/mac/carbon/app.cpp b/src/mac/carbon/app.cpp index 8a3e1eb8d8..77be629cb7 100644 --- a/src/mac/carbon/app.cpp +++ b/src/mac/carbon/app.cpp @@ -1254,7 +1254,6 @@ void wxApp::MacHandleOneEvent( WXEVENTREF evr ) #endif // wxUSE_THREADS } -long wxMacTranslateKey(unsigned char key, unsigned char code) ; long wxMacTranslateKey(unsigned char key, unsigned char code) { long retval = key ;