From: Vadim Zeitlin Date: Tue, 4 Mar 2008 12:06:40 +0000 (+0000) Subject: remove duplicate end iterator declaration from Destroy() X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9d272435b816ad154a014a9019bab2c979f6f3ef remove duplicate end iterator declaration from Destroy() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52312 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/toplvcmn.cpp b/src/common/toplvcmn.cpp index 4f34b30e4d..bcfd529105 100644 --- a/src/common/toplvcmn.cpp +++ b/src/common/toplvcmn.cpp @@ -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 - const wxWindowList::const_iterator end = wxTopLevelWindows.end(); for ( wxWindowList::const_iterator i = wxTopLevelWindows.begin(), end = wxTopLevelWindows.end(); i != end;