]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove assert that was used during testing while changing style flags.
authorKevin Ollivier <kevino@theolliviers.com>
Sat, 23 Jan 2010 20:10:17 +0000 (20:10 +0000)
committerKevin Ollivier <kevino@theolliviers.com>
Sat, 23 Jan 2010 20:10:17 +0000 (20:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/osx/cocoa/dialog.mm

index 8976d677f5a15d68a66aee90aa4f25425f341eb5..2e6a9e44155949d83311c4b3cf5bd03c92aa38fb 100644 (file)
@@ -32,8 +32,6 @@ void wxDialog::ShowWindowModal()
     
     NSWindow* parentWindow = parent->GetWXWindow();
     NSWindow* theWindow = GetWXWindow();
-    
-    wxASSERT_MSG([theWindow styleMask] & NSDocModalWindowMask, "Window must have DocModal mask set.");
 
     [NSApp beginSheet: theWindow
             modalForWindow: parentWindow