mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
DeleteTimerHandler was accidentally #ifdef'ed out for macintosh with
Tk 8.0; this was a mistake.
This commit is contained in:
parent
e229d8636d
commit
bad3c013d2
1 changed files with 0 additions and 3 deletions
|
@ -1117,8 +1117,6 @@ typedef struct
|
|||
}
|
||||
TkttObject;
|
||||
|
||||
/* XXXX For now... */
|
||||
#if TKMAJORMINOR < 8000 || !defined(macintosh)
|
||||
static PyObject *
|
||||
Tktt_DeleteTimerHandler(self, args)
|
||||
PyObject *self;
|
||||
|
@ -1225,7 +1223,6 @@ TimerHandler(clientData)
|
|||
else
|
||||
Py_DECREF(res);
|
||||
}
|
||||
#endif /* macintosh */
|
||||
|
||||
static PyObject *
|
||||
Tkapp_CreateTimerHandler(self, args)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue