elementary/hoversel: remove useless void ptr cast

SVN revision: 71412
This commit is contained in:
Hyoyoung Chang 2012-05-24 14:08:18 +00:00
parent 43a9104e85
commit 26c943b3de
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ _on_parent_del(void *data,
Evas_Object *obj __UNUSED__,
void *event_info __UNUSED__)
{
elm_hoversel_hover_parent_set((Evas_Object *)data, NULL);
elm_hoversel_hover_parent_set(data, NULL);
}
static const char *