mirror of
https://github.com/brl/mutter.git
synced 2025-01-22 09:29:25 +00:00
remove broken assertions
This commit is contained in:
parent
fdb20df78b
commit
c89be4ac8a
@ -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)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user