naviframe - removed unnecessary line

SVN revision: 74410
This commit is contained in:
ChunEon Park 2012-07-26 04:26:31 +00:00
parent 973c52bda3
commit cc536e6ace
1 changed files with 0 additions and 1 deletions

View File

@ -650,7 +650,6 @@ _back_btn_new(Evas_Object *obj, const char *title_label)
ico = elm_icon_add(btn);
elm_icon_standard_set(ico, "arrow_left");
elm_object_style_set(btn, buf);
elm_layout_content_set(btn, NULL, ico);
return btn;