cursor-renderer: Remove bogus assert

This commit is contained in:
Jasper St. Pierre 2014-04-23 10:13:53 -04:00
parent 6c743dad88
commit def097359c

View File

@ -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;