Commit d7a7100c authored by Guido van Rossum's avatar Guido van Rossum

Remove redundant decl for PyOS_InputHook.

parent ab589b94
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment