diff --git a/clutter/clutter/clutter-stage.c b/clutter/clutter/clutter-stage.c index df3a4c3c3..3225a7cb7 100644 --- a/clutter/clutter/clutter-stage.c +++ b/clutter/clutter/clutter-stage.c @@ -1564,9 +1564,6 @@ _clutter_stage_has_full_redraw_queued (ClutterStage *stage) if (CLUTTER_ACTOR_IN_DESTRUCTION (stage)) return FALSE; - if (!stage->priv->redraw_pending) - return FALSE; - return is_full_stage_redraw_queued (stage); }