elm index: Fixed unused variable warnings.

SVN revision: 76879
This commit is contained in:
Daniel Juyung Seo 2012-09-20 00:49:07 +00:00
parent 25ead9a8a8
commit e8fa4f8035
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ static void
_on_mouse_in_access(void *data,
Evas *e __UNUSED__,
Evas_Object *o __UNUSED__,
void *event_info)
void *event_info __UNUSED__)
{
ELM_INDEX_DATA_GET(data, sd);