Emotion: Add UNUSED to _image_resize function paramaters where missing.

SVN revision: 74311
This commit is contained in:
Christopher Michael 2012-07-23 08:23:31 +00:00
parent 6fe982b022
commit 18e1a5093b
1 changed files with 1 additions and 1 deletions

View File

@ -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;