summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1998-10-08 02:27:41 (GMT)
committerGuido van Rossum <guido@python.org>1998-10-08 02:27:41 (GMT)
commit215193bd93f898b21ed75befd412095d99dee601 (patch)
tree0ae7b928a1cc448dad1f1e58f0108429040bbd1c
parent7e48898d86aaddac7f26b7a859a7b8996dfdbea9 (diff)
downloadcpython-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).
-rw-r--r--Modules/_tkinter.c2
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
/*