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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d7a7100c990b481f918f2558656c66bcd34c5656;p=python Remove redundant decl for PyOS_InputHook. --- diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index 0abe271858..92330b431e 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;