mirror of
git://git.sv.gnu.org/nano.git
synced 2025-02-21 07:44:49 +03:00
tweaks: remove a strangely placed warning
(After some trying, I haven't seen the warning displayed, but... I'm not yet sure that it could never occur, so I keep the 'if'.)
This commit is contained in:
parent
53fe7ba26a
commit
ade2fafbd3
@ -245,8 +245,6 @@ void check_the_multis(linestruct *line)
|
||||
return;
|
||||
|
||||
if (line->multidata == NULL) {
|
||||
statusline(ALERT, "Onscreen line without multidata?");
|
||||
napms(1200);
|
||||
refresh_needed = TRUE;
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user