From 215193bd93f898b21ed75befd412095d99dee601 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 8 Oct 1998 02:27:41 +0000 Subject: There's no need to declare Tk_GetNumMainWindows() (and it breaks something in the latest win342 build). --- Modules/_tkinter.c | 2 -- 1 file changed, 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 /* -- cgit v0.12