evas: don't double check if the canvas has changed.

This commit is contained in:
Cedric Bail 2017-05-03 16:37:19 -07:00
parent 2737573501
commit 689e1c8ded
1 changed files with 0 additions and 1 deletions

View File

@ -3765,7 +3765,6 @@ _evas_canvas_render_updates(Eo *eo_e, Evas_Public_Data *e)
{
Eina_List *ret, *updates = NULL;
Render_Updates *ru;
if (!e->changed) return NULL;
eina_evlog("+render_block", eo_e, 0.0, NULL);
evas_canvas_async_block(e);
eina_evlog("-render_block", eo_e, 0.0, NULL);