redoundo: remove odd line status updation call.

This commit is contained in:
ChunEon Park 2014-08-02 18:33:23 +09:00
parent bfcc188551
commit 1a75d9f18e
1 changed files with 0 additions and 3 deletions

View File

@ -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)
{