evas: fix double define

/usr/local-efl/include/evas-1/Evas_Legacy.h:3762:30: warning: redefinition of typedef 'Evas_Load_Error'
      is a C11 feature [-Wtypedef-redefinition]
typedef Efl_Image_Load_Error Evas_Load_Error;
                             ^
/usr/local-efl/include/evas-1/Evas_Loader.h:126:30: note: previous definition is here
typedef Efl_Image_Load_Error Evas_Load_Error;
                             ^

thank you jpeg :P
This commit is contained in:
Marcel Hollerbach 2016-06-19 11:32:05 +02:00
parent 434421021d
commit b69071d3ce
1 changed files with 0 additions and 2 deletions

View File

@ -3759,8 +3759,6 @@ EAPI void evas_object_image_load_scale_down_set(Evas_Object *obj, int scale_down
*/
EAPI int evas_object_image_load_scale_down_get(const Evas_Object *obj);
typedef Efl_Image_Load_Error Evas_Load_Error;
/**
* @brief Retrieves a number representing any error that occurred during the
* last loading of the given image object's source image.