From: Vadim Zeitlin Date: Wed, 13 Aug 2003 16:52:46 +0000 (+0000) Subject: compilation fix after Clear() change X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/49744b79ac78d718f00dcd485aa0a528a3489222?ds=sidebyside compilation fix after Clear() change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/html/helpfrm.cpp b/src/html/helpfrm.cpp index c81e784db4..b2487b2928 100644 --- a/src/html/helpfrm.cpp +++ b/src/html/helpfrm.cpp @@ -721,8 +721,6 @@ void wxHtmlHelpFrame::CreateContents() if (! m_ContentsBox) return ; - m_ContentsBox->Clear(); - if (m_PagesHash) { WX_CLEAR_HASH_TABLE(*m_PagesHash);