From: devilhorns Date: Mon, 10 Sep 2012 08:03:22 +0000 (+0000) Subject: Edje: Obj is UNUSED in this function (and cleanup the other __UNUSED__ X-Git-Tag: submit/2.0alpha-wayland/20121127.221958~100 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11fa1f2a6d2482ffe6cdc0bfeeff0247c67b7f5e;p=profile%2Fivi%2Fedje.git Edje: Obj is UNUSED in this function (and cleanup the other __UNUSED__ here...should be After the param). git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@76372 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/lib/edje_util.c b/src/lib/edje_util.c index 17e284f..295df7d 100644 --- a/src/lib/edje_util.c +++ b/src/lib/edje_util.c @@ -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;