speller: remove a pointless message -- it is never seen

When using the internal spell checker, the message gets overwritten
immediately by "Creating misspelled word list...", and when using
the external spell checker, nano immediately exits from curses mode
and thus the message disappears (when in a terminal emulator) or it
soon gets wiped by the spell checker (when on a Linux console), thus
creating a little flash on the bottom row, which we can do without.
master
Benno Schulenberg 2018-09-23 14:33:17 +02:00
parent 1f39f60b2f
commit 33b576c289
1 changed files with 0 additions and 1 deletions

View File

@ -2981,7 +2981,6 @@ void do_spell(void)
}
blank_bottombars();
statusbar(_("Invoking spell checker, please wait"));
spell_msg = (alt_speller != NULL) ? do_alt_speller(temp) :
do_int_speller(temp);