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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user