hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=59a4e2bfa376bf7b4846ae278f4d313b3e23fa77
commit 59a4e2bfa376bf7b4846ae278f4d313b3e23fa77 Author: ChunEon Park <[email protected]> Date: Mon Nov 3 15:33:57 2014 +0900 app/setting: remove unused var. --- src/bin/setting.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/setting.c b/src/bin/setting.c index dc38c5a..2d4d767 100644 --- a/src/bin/setting.c +++ b/src/bin/setting.c @@ -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); --
