X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ef76cf4c6591148a7f588cd6b57dc3a0b1c126ab..c2a331e02732bb6a04a42ebf646d54b4373ad122:/src/common/appcmn.cpp diff --git a/src/common/appcmn.cpp b/src/common/appcmn.cpp index 926104d482..162512f876 100644 --- a/src/common/appcmn.cpp +++ b/src/common/appcmn.cpp @@ -323,7 +323,6 @@ bool wxAppBase::ProcessIdle() wxIdleEvent event; bool needMore = FALSE; wxWindowList::compatibility_iterator node = wxTopLevelWindows.GetFirst(); - node = wxTopLevelWindows.GetFirst(); while (node) { wxWindow* win = node->GetData();