Removal of deprecated methods.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28225 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba 2004-07-13 13:24:57 +00:00
parent a61fea4144
commit 134155b159

View File

@ -390,7 +390,7 @@ void MyFrame::ReInitNotebook()
m_notebook->AddPage(page, str, false, m_notebook->GetIconIndex() );
}
m_sizerTop->Remove(notebook);
m_sizerTop->Detach(notebook);
delete notebook;