]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dialog.cpp
Fixed the drawing of the HRules so they don't try to iterate over all
[wxWidgets.git] / src / gtk / dialog.cpp
index a4532f5d190afc47433eef16476d21759edb0779..45a20f012b6735422ad431f715d6763154950ad4 100644 (file)
@@ -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;