Edje: Obj is UNUSED in this function (and cleanup the other __UNUSED__
authorChristopher Michael <cpmichael1@comcast.net>
Mon, 10 Sep 2012 08:03:22 +0000 (08:03 +0000)
committerChristopher Michael <cpmichael1@comcast.net>
Mon, 10 Sep 2012 08:03:22 +0000 (08:03 +0000)
here...should be After the param).

SVN revision: 76372

legacy/edje/src/lib/edje_util.c

index 17e284f..295df7d 100644 (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;