Evas: Gl_X11: Fix typo? for __UNUSED__ param.

SVN revision: 66224
This commit is contained in:
Christopher Michael 2011-12-14 18:52:42 +00:00
parent 0fccea0dee
commit cbbe439629
1 changed files with 1 additions and 1 deletions

View File

@ -3703,7 +3703,7 @@ eng_image_animated_frame_set(void *data __UNUSED__, void *image, int frame_index
}
static Eina_Bool
eng_image_can_region_get(void *data__UNUSED__, void *image)
eng_image_can_region_get(void *data __UNUSED__, void *image)
{
Evas_GL_Image *gim = image;
Image_Entry *im;