mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 02:19:15 +00:00
cursor-renderer: Remove bogus assert
This commit is contained in:
parent
6c743dad88
commit
def097359c
@ -53,8 +53,6 @@ queue_redraw (MetaCursorRenderer *renderer)
|
||||
MetaWaylandCompositor *compositor = meta_wayland_compositor_get_default ();
|
||||
ClutterActor *stage = compositor->stage;
|
||||
|
||||
g_assert (meta_is_wayland_compositor ());
|
||||
|
||||
/* During early initialization, we can have no stage */
|
||||
if (!stage)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user