app/setting: remove unused var.

This commit is contained in:
ChunEon Park 2014-11-03 15:33:57 +09:00
parent ff7caeae42
commit 59a4e2bfa3
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ setting_open(void)
evas_object_show(box2);
elm_box_pack_end(box, box2);
Evas_Object *label, *box3;
Evas_Object *box3;
//Font Size
box3 = elm_box_add(box2);