]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/iphone/dialog.mm
bracketing msw enhanced metafile usage
[wxWidgets.git] / src / osx / iphone / dialog.mm
index 62853152ec25225b2938771b58c86e2825aa1189..62732abfabbfa0975f4ef55152c9e8b1d2ec8d18 100644 (file)
@@ -34,32 +34,3 @@ void wxDialog::DoShowWindowModal()
 void wxDialog::EndWindowModal()
 {
 }
-
-void wxDialog::DoShowModal()
-{
-    wxCHECK_RET( !IsModal(), wxT("DoShowModal() called twice") );
-
-    wxModalDialogs.Append(this);
-
-    SetFocus() ;
-/*
-    WindowGroupRef windowGroup;
-    WindowGroupRef formerParentGroup;
-    bool resetGroupParent = false;
-
-    if ( GetParent() == NULL )
-    {
-        windowGroup = GetWindowGroup(windowRef) ;
-        formerParentGroup = GetWindowGroupParent( windowGroup );
-        SetWindowGroupParent( windowGroup, GetWindowGroupOfClass( kMovableModalWindowClass ) );
-        resetGroupParent = true;
-    }
-*/
-
-/*
-    if ( resetGroupParent )
-    {
-        SetWindowGroupParent( windowGroup , formerParentGroup );
-    }
-*/
-}