mirror of
https://github.com/python/cpython.git
synced 2025-11-26 21:33:10 +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;
|
TkttObject;
|
||||||
|
|
||||||
/* XXXX For now... */
|
|
||||||
#if TKMAJORMINOR < 8000 || !defined(macintosh)
|
|
||||||
static PyObject *
|
static PyObject *
|
||||||
Tktt_DeleteTimerHandler(self, args)
|
Tktt_DeleteTimerHandler(self, args)
|
||||||
PyObject *self;
|
PyObject *self;
|
||||||
|
|
@ -1225,7 +1223,6 @@ TimerHandler(clientData)
|
||||||
else
|
else
|
||||||
Py_DECREF(res);
|
Py_DECREF(res);
|
||||||
}
|
}
|
||||||
#endif /* macintosh */
|
|
||||||
|
|
||||||
static PyObject *
|
static PyObject *
|
||||||
Tkapp_CreateTimerHandler(self, args)
|
Tkapp_CreateTimerHandler(self, args)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue