remove code related with elm_radio_label_XXX & elm_radio_icon_XXX

which was deprecated


SVN revision: 69092
This commit is contained in:
Jiyoun Park 2012-03-09 11:38:45 +00:00
parent 59024ba617
commit 59428b9e66
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ void Radio::setLabel (const std::string &label)
void Radio::setIcon (const Evasxx::Object &icon)
{
elm_radio_icon_set (o, icon.obj ());
elm_object_part_content_set (o, icon.obj ());
}
void Radio::addGroup (const Evasxx::Object &group)