]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/appcmn.cpp
unicode compilation fix
[wxWidgets.git] / src / common / appcmn.cpp
index 926104d482de28624fcfaa97db268dfee8601645..162512f876e64406ae2e43bc92e35fd0d38aa6c6 100644 (file)
@@ -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();