tweaks: remove a superfluous setting of 'refresh_needed'

An interactive 'gotolinecolumn' has already refreshed the screen.
master
Benno Schulenberg 2016-05-07 21:24:14 +02:00
parent 8ddc5e7b93
commit 81b29d9a21
1 changed files with 0 additions and 1 deletions

View File

@ -239,7 +239,6 @@ int search_init(bool replacing, bool use_answer)
} else if (func == do_gotolinecolumn_void) {
do_gotolinecolumn(openfile->current->lineno,
openfile->placewewant + 1, TRUE, TRUE);
refresh_needed = TRUE;
return 3;
}