remove code related with
authorJiyoun Park <jijibe99@gmail.com>
Fri, 9 Mar 2012 14:10:16 +0000 (14:10 +0000)
committerJiyoun Park <jijibe99@gmail.com>
Fri, 9 Mar 2012 14:10:16 +0000 (14:10 +0000)
elm_multibuttonentry_label
elm_multibuttonentry_item_label
elm_multibuttonentry_item_del
which was deprecated

SVN revision: 69107

src/lib/elc_multibuttonentry.c

index 99e5164..77a6ae2 100644 (file)
@@ -1457,18 +1457,6 @@ elm_multibuttonentry_entry_get(const Evas_Object *obj)
 }
 
 EINA_DEPRECATED EAPI const char *
-elm_multibuttonentry_label_get(const Evas_Object *obj)
-{
-   return _text_get_hook(obj, NULL);
-}
-
-EINA_DEPRECATED EAPI void
-elm_multibuttonentry_label_set(Evas_Object *obj, const char *label)
-{
-   _text_set_hook(obj, NULL, label);
-}
-
-EINA_DEPRECATED EAPI const char *
 elm_multibuttonentry_guide_text_get(const Evas_Object *obj)
 {
    ELM_CHECK_WIDTYPE(obj, widtype) NULL;
@@ -1635,24 +1623,6 @@ elm_multibuttonentry_clear(Evas_Object *obj)
    _view_update(obj);
 }
 
-EAPI void
-elm_multibuttonentry_item_del(Elm_Object_Item *it)
-{
-   elm_object_item_del(it);
-}
-
-EAPI const char *
-elm_multibuttonentry_item_label_get(const Elm_Object_Item *it)
-{
-   return _item_text_get_hook(it, NULL);
-}
-
-EAPI void
-elm_multibuttonentry_item_label_set(Elm_Object_Item *it, const char *str)
-{
-   _item_text_set_hook(it, NULL, str);
-}
-
 EAPI Elm_Object_Item *
 elm_multibuttonentry_item_prev_get(const Elm_Object_Item *it)
 {