Edje: Obj is UNUSED in this function (and cleanup the other __UNUSED__
authordevilhorns <devilhorns>
Mon, 10 Sep 2012 08:03:22 +0000 (08:03 +0000)
committerdevilhorns <devilhorns@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 10 Sep 2012 08:03:22 +0000 (08:03 +0000)
here...should be After the param).

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@76372 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

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;