Remove vestigial DIALOG_ITEM_HELP value in bsdconfig dialog.subr

Sponsored by:	Smule, Inc.
This commit is contained in:
Devin Teske 2018-10-25 23:32:32 +00:00
parent 343d766b69
commit fef4815e9a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339752

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'