Add UNUSED where needed.

SVN revision: 51305
This commit is contained in:
Christopher Michael 2010-08-18 17:40:53 +00:00
parent c7a078a26d
commit 98f078c771
1 changed files with 1 additions and 1 deletions

View File

@ -455,7 +455,7 @@ _e_flowlayout_smart_disown(Evas_Object *obj)
}
static void
_e_flowlayout_smart_item_del_hook(void *data, Evas *e, Evas_Object *obj, void *event_info)
_e_flowlayout_smart_item_del_hook(void *data __UNUSED__, Evas *e __UNUSED__, Evas_Object *obj, void *event_info __UNUSED__)
{
e_flowlayout_unpack(obj);
}