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:
		@@ -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;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user