tweaks: remove a superfluous cleanup call

At the very beginning of do_replace(), nothing has been changed
or initialized yet, so there is nothing to refresh or clean up.
master
Benno Schulenberg 2016-12-03 19:38:35 +01:00
parent 248d7be8ef
commit 454f5cbdce
1 changed files with 0 additions and 1 deletions

View File

@ -774,7 +774,6 @@ void do_replace(void)
if (ISSET(VIEW_MODE)) {
print_view_warning();
search_replace_abort();
return;
}