]> granicus.if.org Git - python/commitdiff
Remove redundant decl for PyOS_InputHook.
authorGuido van Rossum <guido@python.org>
Thu, 21 Aug 1997 17:26:04 +0000 (17:26 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 21 Aug 1997 17:26:04 +0000 (17:26 +0000)
Modules/_tkinter.c

index 0abe27185838ea5803b02f62a6f6c03a4cbfa9c5..92330b431e918c49edc6a180972da6dcad29ca13 100644 (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;