remove broken assertions

This commit is contained in:
Havoc Pennington 2002-03-07 15:05:03 +00:00
parent fdb20df78b
commit c89be4ac8a

View File

@ -526,8 +526,6 @@ meta_core_get_grab_frame (Display *xdisplay)
display = meta_display_for_x_display (xdisplay); display = meta_display_for_x_display (xdisplay);
g_assert (display != NULL); g_assert (display != NULL);
g_assert (display->grab_window != NULL);
g_assert (display->grab_window->display->xdisplay == xdisplay);
if (display->grab_op != META_GRAB_OP_NONE && if (display->grab_op != META_GRAB_OP_NONE &&
display->grab_window->frame) display->grab_window->frame)