diff options
author | Guido van Rossum <guido@python.org> | 1997-08-21 17:26:04 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-08-21 17:26:04 (GMT) |
commit | d7a7100c990b481f918f2558656c66bcd34c5656 (patch) | |
tree | 6875997bad7271f136cf8c5e878fd7425f526aac /Modules | |
parent | ab589b945e84622715ea889a056cc64c2e58a40c (diff) | |
download | cpython-d7a7100c990b481f918f2558656c66bcd34c5656.zip cpython-d7a7100c990b481f918f2558656c66bcd34c5656.tar.gz cpython-d7a7100c990b481f918f2558656c66bcd34c5656.tar.bz2 |
Remove redundant decl for PyOS_InputHook.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/_tkinter.c | 3 |
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; |