removed useless code accidentally left in

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28208 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2004-07-12 14:38:28 +00:00
parent 87fb0be40f
commit e123fe41ac

View File

@@ -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)