compilation fix after Clear() change

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2003-08-13 16:52:46 +00:00
parent 596f1d1160
commit 49744b79ac

View File

@ -721,8 +721,6 @@ void wxHtmlHelpFrame::CreateContents()
if (! m_ContentsBox)
return ;
m_ContentsBox->Clear();
if (m_PagesHash)
{
WX_CLEAR_HASH_TABLE(*m_PagesHash);