hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=25a34493be84630bacf6f02e640324f7415d0b0e
commit 25a34493be84630bacf6f02e640324f7415d0b0e Author: Hermet Park <her...@hermet.pe.kr> Date: Wed May 18 17:46:54 2016 +0900 remove redundant comments. --- src/lib/enventor_smart.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/lib/enventor_smart.c b/src/lib/enventor_smart.c index 75fa42f..c234368 100644 --- a/src/lib/enventor_smart.c +++ b/src/lib/enventor_smart.c @@ -954,10 +954,6 @@ enventor_object_main_file_set(Enventor_Object *obj, const char *file) if (pd->disabled) edit_disabled_set(pd->main_it.ed, EINA_TRUE); - //FIXME: ... -// edit_font_set(pd->main_it.ed, font_name, font_style); -// edit_syntax_color_set(pd->main_it.ed, color_type, val); - return &pd->main_it; } --