remove deprecated code related with

elm_genlist_item_flags_get
elm_genlist_item_contents_orphan
function.


SVN revision: 69284
This commit is contained in:
Jiyoun Park 2012-03-13 06:58:07 +00:00
parent cc0e8f5304
commit 547d66da57
1 changed files with 0 additions and 12 deletions

View File

@ -4941,12 +4941,6 @@ elm_genlist_item_bring_in(Elm_Object_Item *it, Elm_Genlist_Item_Scrollto_Type ty
elm_smart_scroller_region_bring_in(_it->wd->scr,x, y, w, h);
}
EINA_DEPRECATED EAPI void
elm_genlist_item_contents_orphan(Elm_Object_Item *it)
{
elm_genlist_item_all_contents_unset(it, NULL);
}
EAPI void
elm_genlist_item_all_contents_unset(Elm_Object_Item *it, Eina_List **l)
{
@ -5568,12 +5562,6 @@ elm_genlist_item_type_get(const Elm_Object_Item *it)
return _it->item->type;
}
EINA_DEPRECATED EAPI Elm_Genlist_Item_Type
elm_genlist_item_flags_get(const Elm_Object_Item *it)
{
return elm_genlist_item_type_get(it);
}
EAPI Elm_Genlist_Item_Class *
elm_genlist_item_class_new(void)
{