From 49744b79ac78d718f00dcd485aa0a528a3489222 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 13 Aug 2003 16:52:46 +0000 Subject: [PATCH] compilation fix after Clear() change git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/html/helpfrm.cpp | 2 -- 1 file changed, 2 deletions(-) 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); -- 2.45.2