efl/evas: there is no more EVAS_FRAME_QUEUING anymore.

SVN revision: 80237
This commit is contained in:
Gustavo Sverzut Barbieri 2012-12-05 12:41:47 +00:00
parent b270a6b0c4
commit 625f6edd09
1 changed files with 0 additions and 3 deletions

View File

@ -1269,9 +1269,6 @@ _image_data_get(Eo *eo_obj, void *_pd, va_list *list)
if (ret_data) *ret_data = NULL;
return;
}
#ifdef EVAS_FRAME_QUEUING
evas_common_pipe_op_image_flush(o->engine_data);
#endif
Evas_Object_Protected_Data *obj = eo_data_get(eo_obj, EVAS_OBJ_CLASS);
data = NULL;