Remove dead code.

Signed-off-by: Christopher Michael <cp.michael@samsung.com>

SVN revision: 77438
This commit is contained in:
Christopher Michael 2012-10-04 13:14:33 +00:00 committed by Christopher Michael
parent 0ec2181291
commit 5ca309e0ad
1 changed files with 0 additions and 2 deletions

View File

@ -125,8 +125,6 @@ _e_smart_add(Evas_Object *obj)
/* add scroll object */
sd->o_scroll = e_scrollframe_add(evas);
/* e_scrollframe_custom_theme_set(sd->o_scroll, "base/theme/widgets", */
/* "e/conf/randr/main/scrollframe"); */
e_scrollframe_child_set(sd->o_scroll, sd->o_layout);
evas_object_smart_member_add(sd->o_scroll, obj);