From: devilhorns Date: Mon, 23 Jul 2012 08:23:31 +0000 (+0000) Subject: Emotion: Add UNUSED to _image_resize function paramaters where missing. X-Git-Tag: submit/2.0alpha-wayland/20121127.222018~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6f120dc48154f4ad697bc1e4c6e2743ffdfdd469;p=profile%2Fivi%2Femotion.git Emotion: Add UNUSED to _image_resize function paramaters where missing. git-svn-id: http://svn.enlightenment.org/svn/e/trunk/emotion@74311 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33 --- diff --git a/src/modules/gstreamer/emotion_sink.c b/src/modules/gstreamer/emotion_sink.c index 099e2af..6cc617b 100644 --- a/src/modules/gstreamer/emotion_sink.c +++ b/src/modules/gstreamer/emotion_sink.c @@ -958,7 +958,7 @@ _video_update_pixels(void *data, Evas_Object *obj __UNUSED__, const Evas_Video_S } static void -_image_resize(void *data, Evas *e, Evas_Object *obj, void *event_info) +_image_resize(void *data, Evas *e __UNUSED__, Evas_Object *obj, void *event_info __UNUSED__) { Emotion_Gstreamer_Video *ev = data; Evas_Coord width, height;