hermet pushed a commit to branch master. http://git.enlightenment.org/tools/enventor.git/commit/?id=1a75d9f18ef18000e263929553b7776196a0adae
commit 1a75d9f18ef18000e263929553b7776196a0adae Author: ChunEon Park <[email protected]> Date: Sat Aug 2 18:33:23 2014 +0900 redoundo: remove odd line status updation call. --- src/bin/redoundo.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/bin/redoundo.c b/src/bin/redoundo.c index 731d8a6..6f21adb 100644 --- a/src/bin/redoundo.c +++ b/src/bin/redoundo.c @@ -112,9 +112,6 @@ redoundo_undo(redoundo_data *rd, Eina_Bool *changed) if (rd->last_diff->action) { //Last change was adding new symbol(s), that mean here need delete it - //FIXME: cur_line is 0? - stats_line_num_update(0, elm_entry_cursor_pos_get(rd->entry)); - //Undo one character if (rd->last_diff->length == 1) { --
