Remove redundant decl for PyOS_InputHook.

This commit is contained in:
Guido van Rossum 1997-08-21 17:26:04 +00:00
parent ab589b945e
commit d7a7100c99
1 changed files with 0 additions and 3 deletions

View File

@ -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;