image: remove EINA_UNUSED

Summary:
parameter is used

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>

Reviewers: Hermet, seoz, cedric

Reviewed By: cedric

Subscribers: seoz

Differential Revision: https://phab.enlightenment.org/D3718

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Minkyu Kang 2016-02-19 15:57:12 -08:00 committed by Cedric BAIL
parent 2182918ed3
commit 175905ce94
1 changed files with 1 additions and 1 deletions

View File

@ -1313,7 +1313,7 @@ _elm_image_no_scale_get(Eo *obj EINA_UNUSED, Elm_Image_Data *sd)
}
EOLIAN static void
_elm_image_resizable_set(Eo *obj EINA_UNUSED, Elm_Image_Data *sd, Eina_Bool up, Eina_Bool down)
_elm_image_resizable_set(Eo *obj, Elm_Image_Data *sd, Eina_Bool up, Eina_Bool down)
{
sd->resize_up = !!up;
sd->resize_down = !!down;