]> git.saurik.com Git - wxWidgets.git/commitdiff
compilation fix after Clear() change
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 13 Aug 2003 16:52:46 +0000 (16:52 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 13 Aug 2003 16:52:46 +0000 (16:52 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22804 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/html/helpfrm.cpp

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