elemenatry/popup - removed one redundant comment.

This commit is contained in:
ChunEon Park 2013-09-04 13:44:14 +09:00
parent 5b32bf60cc
commit 82759e54c1
1 changed files with 0 additions and 2 deletions

View File

@ -1558,8 +1558,6 @@ elm_popup_add(Evas_Object *parent)
Evas_Object *obj = eo_add(MY_CLASS, parent);
eo_unref(obj);
/* access: parent could be any object such as elm_list which does
not know elc_popup as its child object in the focus_next(); */
Elm_Widget_Smart_Data *wd = eo_data_scope_get(obj, ELM_OBJ_WIDGET_CLASS);
wd->highlight_root = EINA_TRUE;