hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=99307f2e58b8f4ac44923b9adab3c2e405f69f74
commit 99307f2e58b8f4ac44923b9adab3c2e405f69f74 Author: ChunEon Park <[email protected]> Date: Sun Feb 22 22:25:43 2015 +0900 bin/live_edit: remove redundant code --- src/bin/live_edit.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/bin/live_edit.c b/src/bin/live_edit.c index 5cc3f9a..1b2571a 100644 --- a/src/bin/live_edit.c +++ b/src/bin/live_edit.c @@ -76,15 +76,6 @@ text_update(live_data *ld) char part_info[LIVE_EDIT_NEW_PART_DATA_MAX_LEN]; -#if 0 - snprintf(part_info, - LIVE_EDIT_NEW_PART_DATA_MAX_LEN, LIVE_EDIT_NEW_PART_DATA_STR, - CTXPOPUP_ITEMS[ld->part_info.type].name, - ld->part_info.x, ld->part_info.y, - ld->part_info.w, ld->part_info.h); - edje_object_part_text_set(layout, - "elm.text.info", part_info); -#endif snprintf(part_info, LIVE_EDIT_NEW_PART_REL_STR_MAX_LEN, LIVE_EDIT_NEW_PART_REL_STR, ld->part_info.rel1_x, ld->part_info.rel1_y); --
