// Author: Vadim Zeitlin, Stefan Csomor
// Modified by:
// Created: 2006-01-12
-// RCS-ID: $Id: evtloop.cpp 54845 2008-07-30 14:52:41Z SC $
+// RCS-ID: $Id$
// Copyright: (c) 2006 Vadim Zeitlin <vadim@wxwindows.org>
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
// 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
{