// wxEventLoop implementation
// ============================================================================
+#if 0
+
+// in case we want to integrate this
static NSUInteger CalculateNSEventMaskFromEventCategory(wxEventCategory cat)
{
return mask;
}
+#endif
wxGUIEventLoop::wxGUIEventLoop()
{
return -1;
default:
wxFAIL_MSG("unknown response code");
- return -1;
break;
}
+ return -1;
}
else
{