summaryrefslogtreecommitdiffstats
path: root/Modules/_tkinter.c
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-08-21 17:26:04 (GMT)
committerGuido van Rossum <guido@python.org>1997-08-21 17:26:04 (GMT)
commitd7a7100c990b481f918f2558656c66bcd34c5656 (patch)
tree6875997bad7271f136cf8c5e878fd7425f526aac /Modules/_tkinter.c
parentab589b945e84622715ea889a056cc64c2e58a40c (diff)
downloadcpython-d7a7100c990b481f918f2558656c66bcd34c5656.zip
cpython-d7a7100c990b481f918f2558656c66bcd34c5656.tar.gz
cpython-d7a7100c990b481f918f2558656c66bcd34c5656.tar.bz2
Remove redundant decl for PyOS_InputHook.
Diffstat (limited to 'Modules/_tkinter.c')
-rw-r--r--Modules/_tkinter.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c
index 0abe271..92330b4 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;