hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=505ea04e284ad443fc4a54743283538ffd278a46

commit 505ea04e284ad443fc4a54743283538ffd278a46
Author: Hermet Park <[email protected]>
Date:   Thu Jul 21 17:31:17 2016 +0900

    edc_editor: removed unused var.
---
 src/lib/edc_editor.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/lib/edc_editor.c b/src/lib/edc_editor.c
index a1b2f46..249d8b6 100644
--- a/src/lib/edc_editor.c
+++ b/src/lib/edc_editor.c
@@ -942,7 +942,6 @@ edit_edc_load(edit_data *ed, const char *file_path)
    char buf[MAX_LINE_DIGIT_CNT];
    Eina_File *file = NULL;
    Eina_Strbuf *strbuf_line = NULL;
-   Eina_Stringshare *group_name = NULL;
    char *utf8_edit = NULL;
    char *markup_edit = NULL;
    char *markup_line = NULL;

-- 


Reply via email to