Commit 97bdf13b authored by Benno Schulenberg's avatar Benno Schulenberg
Browse files

tweaks: remove a redundant call of renumber()

The call of do_delete() four lines earlier already does a renumber.
No related merge requests found
Showing with 0 additions and 1 deletion
+0 -1
......@@ -1645,7 +1645,6 @@ bool do_wrap(filestruct *line)
/* Delete any leading blanks from the joined-on line. */
while (is_blank_mbchar(&line->data[openfile->current_x]))
do_delete();
renumber(line);
}
}
......
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