Evas: Add EINA_UNUSED where missing.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 78253
This commit is contained in:
Christopher Michael 2012-10-19 12:58:37 +00:00 committed by Christopher Michael
parent f279e9f2d9
commit 54ed751b9d
1 changed files with 2 additions and 2 deletions

View File

@ -567,7 +567,7 @@ evas_object_image_source_visible_set(Evas_Object *eo_obj, Eina_Bool visible)
}
void
_image_source_visible_set(Eo *eo_obj, void *_pd, va_list *list)
_image_source_visible_set(Eo *eo_obj EINA_UNUSED, void *_pd, va_list *list)
{
Evas_Object_Protected_Data *src_obj;
Evas_Object_Image *o = _pd;
@ -609,7 +609,7 @@ evas_object_image_border_set(Evas_Object *eo_obj, int l, int r, int t, int b)
}
static void
_image_source_visible_get(Eo *eo_obj, void *_pd, va_list *list)
_image_source_visible_get(Eo *eo_obj EINA_UNUSED, void *_pd, va_list *list)
{
Evas_Object_Protected_Data *src_obj;
Evas_Object_Image *o = _pd;