genlist: removed unnecessary EINA_UNUSED macro

Reviewers: singh.amitesh, nirajkr, seoz

Reviewed By: seoz

Subscribers: sachin.dev

Differential Revision: https://phab.enlightenment.org/D1270
This commit is contained in:
Anand 2014-08-06 13:56:07 +09:00 committed by Daniel Juyung Seo
parent 95b7382d20
commit c464abf99b
1 changed files with 1 additions and 1 deletions

View File

@ -2184,7 +2184,7 @@ _item_block_realize(Item_Block *itb)
}
EOLIAN static void
_elm_genlist_pan_evas_object_smart_calculate(Eo *obj EINA_UNUSED, Elm_Genlist_Pan_Data *psd)
_elm_genlist_pan_evas_object_smart_calculate(Eo *obj, Elm_Genlist_Pan_Data *psd)
{
Evas_Coord ox, oy, ow, oh, cvx, cvy, cvw, cvh;
Evas_Coord vx = 0, vy = 0, vw = 0, vh = 0;