From: Václav Slavík Date: Mon, 12 Jul 2004 14:38:28 +0000 (+0000) Subject: removed useless code accidentally left in X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e123fe41acff4ce53e8a3650d970b64bb8447f97 removed useless code accidentally left in git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/helpfrm.cpp b/src/html/helpfrm.cpp index abcdb10dcf..3530eb3f3e 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -1419,7 +1419,7 @@ void wxHtmlHelpFrame::OnToolbar(wxCommandEvent& event) &m_Data->GetContentsArray()[ind]; while (ind >= 0 && it->level != level) { - ind--, it--; + ind--; it = &m_Data->GetContentsArray()[ind]; } if (ind >= 0)