Remove vestigial DIALOG_ITEM_HELP value in bsdconfig dialog.subr

Sponsored by:	Smule, Inc.
This commit is contained in:
dteske 2018-10-25 23:32:32 +00:00
parent 9b1e8e87ea
commit e8533edbc3

View File

@ -79,7 +79,6 @@ unset XDIALOG_INFOBOX_TIMEOUT
DIALOG_OK=${SUCCESS:-0}
DIALOG_CANCEL=${FAILURE:-1}
DIALOG_HELP=2
DIALOG_ITEM_HELP=2
DIALOG_EXTRA=3
DIALOG_ITEM_HELP=4
export DIALOG_ERROR=254 # sh(1) can't handle the default of `-1'