From: Guido van Rossum Date: Thu, 21 Aug 1997 17:26:04 +0000 (+0000) Subject: Remove redundant decl for PyOS_InputHook. X-Git-Tag: v1.5a4~338 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7a7100c990b481f918f2558656c66bcd34c5656;p=thirdparty%2FPython%2Fcpython.git Remove redundant decl for PyOS_InputHook. --- diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index 0abe27185838..92330b431e91 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c @@ -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;