evas/render - removed duplicated call

SVN revision: 71491
This commit is contained in:
ChunEon Park 2012-05-29 05:24:43 +00:00
parent 63d97b8441
commit b2a3f3b540
1 changed files with 0 additions and 1 deletions

View File

@ -1779,7 +1779,6 @@ evas_render_idle_flush(Evas *e)
eina_array_flush(&e->obscuring_objects);
eina_array_flush(&e->temporary_objects);
eina_array_flush(&e->clip_changes);
eina_array_flush(&e->temporary_objects);
e->invalidate = EINA_TRUE;
}