uiutils.ml: remove annoying error message

This commit is contained in:
hazen2215 2023-09-20 01:10:52 +09:00
parent 0ebac1c15f
commit 2827a6c741
1 changed files with 0 additions and 11 deletions

View File

@ -97,17 +97,6 @@ let enttext () =
| Birdseye _ | View | LinkNav _ -> !S.text
in
let s =
if !S.newerrmsgs
then (
if not (istextentry !S.mode) && !S.uioh#eformsgs
then
let s1 = "(press 'e' to review error messages)" in
if nonemptystr s then s ^ " " ^ s1 else s1
else s
)
else s
in
if nonemptystr s
then drawstring s