From 56490eb571e228a9af4d8ee0f1fe2232473308e7 Mon Sep 17 00:00:00 2001 From: culler Date: Sun, 2 May 2021 19:48:07 +0000 Subject: Fix typo --- macosx/tkMacOSXWm.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/macosx/tkMacOSXWm.c b/macosx/tkMacOSXWm.c index 15cc264..4b08fc5 100644 --- a/macosx/tkMacOSXWm.c +++ b/macosx/tkMacOSXWm.c @@ -6459,9 +6459,6 @@ TkpWmSetState( if (state != WithdrawnState) { while (Tcl_DoOneEvent(TCL_IDLE_EVENTS)) {}; } - - while (Tcl_DoOneEvent(TCL_IDLE_EVENTS)) {}; - if (state == WithdrawnState) { Tk_UnmapWindow((Tk_Window)winPtr); } else if (state == IconicState) { -- cgit v0.12