Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7dc8d commit bc2fbc7Copy full SHA for bc2fbc7
1 file changed
Mac/Modules/Nav.c
@@ -56,13 +56,6 @@ my_eventProc(NavEventCallbackMessage callBackSelector,
56
return;
57
}
58
if ( pyfunc == Py_None ) {
59
-#if !TARGET_API_MAC_OSX
60
- /* Special case: give update events to the Python event handling code */
61
- if ( callBackSelector == kNavCBEvent &&
62
- callBackParms->eventData.eventDataParms.event->what == updateEvt)
63
- PyMac_HandleEvent(callBackParms->eventData.eventDataParms.event);
64
- /* Ignore others */
65
-#endif
66
67
68
rv = PyObject_CallFunction(pyfunc, "ls#", (long)callBackSelector,
0 commit comments