efl/evas: there is no more EVAS_FRAME_QUEUING anymore.
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Wed, 5 Dec 2012 12:41:47 +0000 (12:41 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Wed, 5 Dec 2012 12:41:47 +0000 (12:41 +0000)
SVN revision: 80237

src/lib/evas/canvas/evas_object_image.c

index 9c8fc69..dd26568 100644 (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;