This call is already done at the end of a frame rendering, so no need to do

it also every time we restack something.


SVN revision: 35162
This commit is contained in:
Cedric BAIL 2008-07-18 13:31:06 +00:00
parent 01d456b207
commit 3b2a46c239
1 changed files with 0 additions and 8 deletions

View File

@ -691,10 +691,6 @@ evas_render_idle_flush(Evas *e)
evas_array_flush(&e->restack_objects);
evas_array_flush(&e->render_objects);
/* If some object are still marked as changed, do not remove
them from the pending list. */
evas_array_remove(&e->pending_objects, pending_change, NULL);
e->invalidate = 1;
}
@ -708,10 +704,6 @@ evas_render_invalidate(Evas *e)
evas_array_clean(&e->active_objects);
evas_array_clean(&e->render_objects);
/* If some object are still marked as changed, do not remove
them from the pending list. */
evas_array_remove(&e->pending_objects, pending_change, NULL);
evas_array_flush(&e->restack_objects);
evas_array_flush(&e->delete_objects);