]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/toplvcmn.cpp
throw away the now invalid items in wxSelectionStore::SetItemCount() (bug 1929823...
[wxWidgets.git] / src / common / toplvcmn.cpp
index 4f34b30e4dc56c31370ebb920fa65e8c834a2099..bcfd5291052b5a4a9c9f030571e0aa8dbf299b5c 100644 (file)
@@ -124,7 +124,6 @@ bool wxTopLevelWindowBase::Destroy()
     // any more as no events will be sent to the hidden window and without idle
     // events we won't prune wxPendingDelete list and the application won't
     // terminate
     // any more as no events will be sent to the hidden window and without idle
     // events we won't prune wxPendingDelete list and the application won't
     // terminate
-    const wxWindowList::const_iterator end = wxTopLevelWindows.end();
     for ( wxWindowList::const_iterator i = wxTopLevelWindows.begin(),
                                      end = wxTopLevelWindows.end();
           i != end;
     for ( wxWindowList::const_iterator i = wxTopLevelWindows.begin(),
                                      end = wxTopLevelWindows.end();
           i != end;