do not unqueue render when deleting a client's render update

a render loop may run for reasons other than rendering a specific client
This commit is contained in:
Mike Blumenkrantz 2017-10-16 11:51:46 -04:00
parent ef69fabd47
commit b3356a7e8f
1 changed files with 0 additions and 6 deletions

View File

@ -3844,12 +3844,6 @@ e_comp_object_render_update_del(Evas_Object *obj)
/* this gets called during comp animating to clear the update flag */
if (e_comp->grabbed) return;
e_comp->updates = eina_list_remove(e_comp->updates, cw->ec);
if (!e_comp->updates)
{
E_FREE_FUNC(e_comp->update_job, ecore_job_del);
if (e_comp->render_animator)
ecore_animator_freeze(e_comp->render_animator);
}
}
E_API void