remove deprecated code

related with elm_genlist_item_object_get


SVN revision: 69357
This commit is contained in:
Jiyoun Park 2012-03-15 06:54:56 +00:00
parent 631f8d31f5
commit 55db5ec08c
1 changed files with 0 additions and 7 deletions

View File

@ -4961,13 +4961,6 @@ elm_genlist_item_all_contents_unset(Elm_Object_Item *it, Eina_List **l)
}
}
EINA_DEPRECATED EAPI const Evas_Object *
elm_genlist_item_object_get(const Elm_Object_Item *it)
{
ELM_OBJ_ITEM_CHECK_OR_RETURN(it, NULL);
return VIEW(it);
}
EAPI void
elm_genlist_item_update(Elm_Object_Item *it)
{