Commit d87c357a authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

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.
No related merge requests found
Showing with 0 additions and 3 deletions
+0 -3
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment