remove deprecated code related with elm_check_icon_set/get/unset

SVN revision: 68796
This commit is contained in:
Jiyoun Park 2012-03-06 09:10:38 +00:00
parent c92ced8fee
commit cce5259216
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ void Check::setLabel (const std::string &label)
void Check::setIcon (const Evasxx::Object &icon) void Check::setIcon (const Evasxx::Object &icon)
{ {
elm_check_icon_set (o, icon.obj ()); elm_object_part_content_set (o, icon.obj ());
} }
void Check::setState (bool state) void Check::setState (bool state)