tweaks: remove two redundant assignments

The mark has already been unset by do_cut_text().  And any assignment
to 'mark_begin' is useless when 'mark_set' is FALSE.
This commit is contained in:
Benno Schulenberg 2016-06-07 19:36:36 +02:00
parent ccffc548e1
commit d87c357abe
1 changed files with 0 additions and 3 deletions

View File

@ -661,9 +661,6 @@ void redo_cut(undo *u)
do_cut_text(FALSE, FALSE);
openfile->mark_set = FALSE;
openfile->mark_begin = NULL;
free_filestruct(cutbuffer);
cutbuffer = oldcutbuffer;
cutbottom = oldcutbottom;