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

This commit is contained in:
Benno Schulenberg 2016-06-07 11:10:56 +02:00
parent 9192b7fe8c
commit 87a254400e
1 changed files with 0 additions and 1 deletions

View File

@ -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;