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() {