remove deprecated code related with elm_button_icon_set/get

SVN revision: 68791
This commit is contained in:
Jiyoun Park 2012-03-06 08:50:25 +00:00
parent b2ffae5359
commit 64c0204f39
1 changed files with 0 additions and 18 deletions

View File

@ -467,24 +467,6 @@ elm_button_add(Evas_Object *parent)
return obj;
}
EAPI void
elm_button_icon_set(Evas_Object *obj, Evas_Object *icon)
{
_content_set_hook(obj, "icon", icon);
}
EAPI Evas_Object *
elm_button_icon_get(const Evas_Object *obj)
{
return _content_get_hook(obj, "icon");
}
EAPI Evas_Object *
elm_button_icon_unset(Evas_Object *obj)
{
return _content_unset_hook(obj, "icon");
}
EAPI void
elm_button_autorepeat_set(Evas_Object *obj, Eina_Bool on)
{