diff options
author | Guido van Rossum <guido@python.org> | 1998-10-08 02:27:41 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-10-08 02:27:41 (GMT) |
commit | 215193bd93f898b21ed75befd412095d99dee601 (patch) | |
tree | 0ae7b928a1cc448dad1f1e58f0108429040bbd1c /Modules/_tkinter.c | |
parent | 7e48898d86aaddac7f26b7a859a7b8996dfdbea9 (diff) | |
download | cpython-215193bd93f898b21ed75befd412095d99dee601.zip cpython-215193bd93f898b21ed75befd412095d99dee601.tar.gz cpython-215193bd93f898b21ed75befd412095d99dee601.tar.bz2 |
There's no need to declare Tk_GetNumMainWindows() (and it breaks
something in the latest win342 build).
Diffstat (limited to 'Modules/_tkinter.c')
-rw-r--r-- | Modules/_tkinter.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index e068872..54a9aa0 100644 --- a/Modules/_tkinter.c +++ b/Modules/_tkinter.c @@ -202,8 +202,6 @@ static type_lock tcl_lock = 0; #endif -extern int Tk_GetNumMainWindows(); - #ifdef macintosh /* |