express: Remove dead line

Signed-off-by: Chris Michael <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2015-07-22 11:37:08 -04:00
parent 3fc1ec5609
commit 272720d30d
1 changed files with 0 additions and 1 deletions

View File

@ -584,7 +584,6 @@ _links_update(Evas_Object *obj, Grid *sd, Eina_Bool same_link, Eina_Bool same_ge
for (y = sd->link.y1; y <= sd->link.y2; y++)
{
o = elm_layout_add(obj);
/* o = edje_object_add(evas_object_evas_get(obj)); */
evas_object_smart_member_add(o, obj);
_theme_apply(elm_layout_edje_get(o), "express/link");