From: Guido van Rossum Date: Thu, 8 Oct 1998 02:27:41 +0000 (+0000) Subject: There's no need to declare Tk_GetNumMainWindows() (and it breaks X-Git-Tag: v1.5.2a2~85 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=215193bd93f898b21ed75befd412095d99dee601;p=python There's no need to declare Tk_GetNumMainWindows() (and it breaks something in the latest win342 build). --- diff --git a/Modules/_tkinter.c b/Modules/_tkinter.c index e068872192..54a9aa0534 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 /*