Edje: Obj is UNUSED in this function (and cleanup the other __UNUSED__

here...should be After the param).



SVN revision: 76372
This commit is contained in:
Christopher Michael 2012-09-10 08:03:22 +00:00
parent 158742d8b6
commit 9d4daebdb9
1 changed files with 1 additions and 1 deletions

View File

@ -5022,7 +5022,7 @@ _edje_object_part_swallow_changed_hints_cb(void *data, __UNUSED__ Evas *e, __UNU
}
void
_edje_object_part_swallow_image_resize_cb(void *data, __UNUSED__ Evas *e, Evas_Object *obj, __UNUSED__ void *event_info)
_edje_object_part_swallow_image_resize_cb(void *data, Evas *e __UNUSED__, Evas_Object *obj __UNUSED__, void *event_info __UNUSED__)
{
Edje_Real_Part *rp = data;
Evas_Coord w, h;