Remove redundant decl for PyOS_InputHook.
This commit is contained in:
parent
ab589b945e
commit
d7a7100c99
|
@ -1496,9 +1496,6 @@ ins_string(d, name, val)
|
|||
void
|
||||
init_tkinter()
|
||||
{
|
||||
#ifndef WIN32
|
||||
extern int (*PyOS_InputHook) ();
|
||||
#endif
|
||||
PyObject *m, *d;
|
||||
|
||||
Tkapp_Type.ob_type = &PyType_Type;
|
||||
|
|
Loading…
Reference in New Issue