Commit 87a25440 authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

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

No related merge requests found
Showing with 0 additions and 1 deletion
+0 -1
......@@ -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;
......
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