fix erroneous __UNUSED__

if there's a script to do this automagically, we should probably run it.


SVN revision: 63991
This commit is contained in:
Mike Blumenkrantz 2011-10-11 20:29:19 +00:00
parent e93200d8c2
commit f1dc5b0472
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ _move(void *data, Evas *e __UNUSED__, Evas_Object *obj, void *event_info __UNUSE
}
static void
_content_del(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)
_content_del(void *data, Evas *e __UNUSED__, Evas_Object *obj, void *event_info __UNUSED__)
{
Widget_Data *wd = elm_widget_data_get(data);
Eina_List *l;