Remove useless pixels_dirty_set from mirror_pixels_get

This is implicit at the end of render.
This commit is contained in:
Derek Foreman 2018-03-21 14:14:52 -05:00 committed by Mike Blumenkrantz
parent 6a1f91ae0b
commit 34c28af7dc
1 changed files with 0 additions and 1 deletions

View File

@ -949,7 +949,6 @@ _e_comp_object_mirror_pixels_get(void *data, Evas_Object *obj)
evas_object_image_data_set(obj, e_pixmap_image_data_get(cw->ec->pixmap));
evas_object_image_alpha_set(obj, evas_object_image_alpha_get(cw->obj));
evas_object_image_pixels_dirty_set(obj, EINA_FALSE);
}
/////////////////////////////////////////////