remove deprecated code related with
authorjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 13 Mar 2012 06:58:07 +0000 (06:58 +0000)
committerjypark <jypark@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 13 Mar 2012 06:58:07 +0000 (06:58 +0000)
elm_genlist_item_flags_get
elm_genlist_item_contents_orphan
function.

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/elementary@69284 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/lib/elm_genlist.c

index bf49686..5a45717 100644 (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)
 {