1
1

text: remove a pointless setting of an undo element; it is never used

Этот коммит содержится в:
Benno Schulenberg 2016-06-07 11:10:56 +02:00
родитель 9192b7fe8c
Коммит 87a254400e

Просмотреть файл

@ -1257,7 +1257,6 @@ void add_undo(undo_type action)
case PASTE:
u->cutbuffer = copy_filestruct(cutbuffer);
u->lineno += cutbottom->lineno - cutbuffer->lineno;
u->mark_set = TRUE;
break;
case ENTER:
break;