Remove assert that was used during testing while changing style flags.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Kevin Ollivier
2010-01-23 20:10:17 +00:00
parent 9482c64466
commit 45bc06dfaf

View 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