diff --git a/legacy/elementary/src/lib/elm_genlist.c b/legacy/elementary/src/lib/elm_genlist.c index bf49686bda..5a45717ebf 100644 --- a/legacy/elementary/src/lib/elm_genlist.c +++ b/legacy/elementary/src/lib/elm_genlist.c @@ -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) {