gengrid: remove EINA_UNUSED

This commit is contained in:
Jaehwan Kim 2015-09-16 18:46:10 +09:00
parent 540c001931
commit 146d30b738
1 changed files with 1 additions and 1 deletions

View File

@ -3637,7 +3637,7 @@ _elm_gengrid_direction_item_get(Evas_Object *obj, Elm_Focus_Direction dir)
}
EOLIAN static Eina_Bool
_elm_gengrid_elm_widget_on_focus(Eo *obj, Elm_Gengrid_Data *sd, Elm_Object_Item *item EINA_UNUSED)
_elm_gengrid_elm_widget_on_focus(Eo *obj, Elm_Gengrid_Data *sd, Elm_Object_Item *item)
{
Eina_Bool int_ret = EINA_FALSE;
Elm_Object_Item *eo_it = NULL;