From: Stefan Csomor Date: Mon, 7 Mar 2011 17:31:19 +0000 (+0000) Subject: bracket unused function X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e9e8b38179b147dd04f5c19af7e56a94342e93a7?ds=inline bracket unused function git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67143 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/osx/cocoa/evtloop.mm b/src/osx/cocoa/evtloop.mm index 08e690cbf4..dea4cc832e 100644 --- a/src/osx/cocoa/evtloop.mm +++ b/src/osx/cocoa/evtloop.mm @@ -39,6 +39,9 @@ // wxEventLoop implementation // ============================================================================ +#if 0 + +// in case we want to integrate this static NSUInteger CalculateNSEventMaskFromEventCategory(wxEventCategory cat) { @@ -98,6 +101,7 @@ static NSUInteger CalculateNSEventMaskFromEventCategory(wxEventCategory cat) return mask; } +#endif wxGUIEventLoop::wxGUIEventLoop() {