X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b3daa5a32277ef8f31390f7a178ea14735b3f069..567f21d2cd0a33e16ee08796e2b0e776b51db1bf:/src/gtk1/dialog.cpp diff --git a/src/gtk1/dialog.cpp b/src/gtk1/dialog.cpp index a4532f5d19..45a20f012b 100644 --- a/src/gtk1/dialog.cpp +++ b/src/gtk1/dialog.cpp @@ -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;