netstar pushed a commit to branch master.

http://git.enlightenment.org/tools/edi.git/commit/?id=bdde32ba8819a4f8ff3dc2f28c400e526debea95

commit bdde32ba8819a4f8ff3dc2f28c400e526debea95
Author: Al Poole <nets...@gmail.com>
Date:   Sat Oct 21 01:26:59 2017 +0100

    edi_scm: remove bogus hack when clearing elm_code_file.
---
 src/bin/edi_scm_ui.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/edi_scm_ui.c b/src/bin/edi_scm_ui.c
index 0e0f7d8..1ef46b8 100644
--- a/src/bin/edi_scm_ui.c
+++ b/src/bin/edi_scm_ui.c
@@ -456,8 +456,6 @@ _edi_scm_ui_refresh(Edi_Scm_Ui *edi_scm)
    elm_genlist_clear(edi_scm->list);
 
    elm_code_file_clear(edi_scm->code->file);
-   /* FIXME: Clears but does not render until it *has* to. */
-   elm_code_file_line_append(edi_scm->code->file, "\n", 1, NULL);
 
    staged = _edi_scm_ui_status_list_fill(edi_scm);
 

-- 


Reply via email to