diff --git a/legacy/evas/src/lib/Evas.h b/legacy/evas/src/lib/Evas.h index 049593e6aa..5898290d7a 100644 --- a/legacy/evas/src/lib/Evas.h +++ b/legacy/evas/src/lib/Evas.h @@ -2696,7 +2696,7 @@ EAPI int evas_image_cache_get (const Evas *e) EINA_WA * * @since 1.1 */ -EAPI Eina_Bool evas_image_max_size_get (const Evas *e, int *maxw, int *maxh) EINA_ARG_NONNULL(1) EINA_PURE; +EAPI Eina_Bool evas_image_max_size_get (const Evas *e, int *maxw, int *maxh) EINA_ARG_NONNULL(1); /** * @} @@ -11268,7 +11268,7 @@ EAPI void evas_object_grid_size_set (Evas_ * @see evas_object_grid_size_set() * @since 1.1.0 */ -EAPI void evas_object_grid_size_get (const Evas_Object *o, int *w, int *h) EINA_ARG_NONNULL(1) EINA_PURE; +EAPI void evas_object_grid_size_get (const Evas_Object *o, int *w, int *h) EINA_ARG_NONNULL(1); /** * Sets the mirrored mode of the grid. In mirrored mode the grid items go