Add __UNUSED__ where needed.

SVN revision: 51304
This commit is contained in:
Christopher Michael 2010-08-18 17:38:05 +00:00
parent a0e94dcf3c
commit c7a078a26d
1 changed files with 1 additions and 1 deletions

View File

@ -396,7 +396,7 @@ _e_box_smart_disown(Evas_Object *obj)
}
static void
_e_box_smart_item_del_hook(void *data, Evas *e, Evas_Object *obj, void *event_info)
_e_box_smart_item_del_hook(void *data __UNUSED__, Evas *e __UNUSED__, Evas_Object *obj, void *event_info __UNUSED__)
{
e_box_unpack(obj);
}