Getting rid of one more TARGET_API_MAC_OSX.

This commit is contained in:
Jack Jansen 2003-11-19 22:43:57 +00:00
parent af7dc8d8b8
commit bc2fbc74ed
1 changed files with 0 additions and 7 deletions

View File

@ -56,13 +56,6 @@ my_eventProc(NavEventCallbackMessage callBackSelector,
return;
}
if ( pyfunc == Py_None ) {
#if !TARGET_API_MAC_OSX
/* Special case: give update events to the Python event handling code */
if ( callBackSelector == kNavCBEvent &&
callBackParms->eventData.eventDataParms.event->what == updateEvt)
PyMac_HandleEvent(callBackParms->eventData.eventDataParms.event);
/* Ignore others */
#endif
return;
}
rv = PyObject_CallFunction(pyfunc, "ls#", (long)callBackSelector,