elm index: Fixed build warning.

Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>

SVN revision: 68623
This commit is contained in:
Daniel Juyung Seo 2012-03-02 12:07:44 +00:00 committed by Daniel Juyung Seo
parent 862ef7961c
commit 2a8827cb3e
1 changed files with 1 additions and 1 deletions

View File

@ -807,7 +807,7 @@ elm_index_item_clear(Evas_Object *obj)
}
EAPI void
elm_index_item_go(Evas_Object *obj, int level)
elm_index_item_go(Evas_Object *obj, int level __UNUSED__)
{
ELM_CHECK_WIDTYPE(obj, widtype);
Widget_Data *wd = elm_widget_data_get(obj);