removed redundant InitDialog methods
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11374 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -678,11 +678,6 @@ void wxDialog::EndModal( int retCode )
|
||||
Show( FALSE );
|
||||
}
|
||||
|
||||
void wxDialog::InitDialog()
|
||||
{
|
||||
wxWindow::InitDialog();
|
||||
}
|
||||
|
||||
void wxDialog::SetIcon( const wxIcon &icon )
|
||||
{
|
||||
m_icon = icon;
|
||||
|
Reference in New Issue
Block a user