remove deprecated function related with elm_label_label

SVN revision: 69079
This commit is contained in:
Jiyoun Park 2012-03-09 08:58:12 +00:00
parent 1b5662554c
commit 883e2eafaf
1 changed files with 0 additions and 12 deletions

View File

@ -379,18 +379,6 @@ elm_label_add(Evas_Object *parent)
return obj;
}
EAPI void
elm_label_label_set(Evas_Object *obj, const char *label)
{
_elm_label_label_set(obj, NULL, label);
}
EAPI const char *
elm_label_label_get(const Evas_Object *obj)
{
return _elm_label_label_get(obj, NULL);
}
EAPI void
elm_label_line_wrap_set(Evas_Object *obj, Elm_Wrap_Type wrap)
{