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:
parent
a61fea4144
commit
134155b159
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user