Add unused.

SVN revision: 51315
This commit is contained in:
Christopher Michael 2010-08-18 18:36:28 +00:00
parent 6ec4cc911a
commit 0f80203f08
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ _e_table_smart_disown(Evas_Object *obj)
}
static void
_e_table_smart_item_del_hook(void *data, Evas *e, Evas_Object *obj, void *event_info)
_e_table_smart_item_del_hook(void *data __UNUSED__, Evas *e __UNUSED__, Evas_Object *obj, void *event_info __UNUSED__)
{
e_table_unpack(obj);
}