summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDevin Teske <dteske@FreeBSD.org>2018-10-25 23:32:32 +0000
committerDevin Teske <dteske@FreeBSD.org>2018-10-25 23:32:32 +0000
commitfef4815e9af171e64f6156bf7b97bb7424b8a22b (patch)
tree95c95c9d892c2a9ab3b9b46ec61260b5b1bfa81e
parent343d766b69368e7df62611877d02c56919d2afd1 (diff)
Notes
-rw-r--r--usr.sbin/bsdconfig/share/dialog.subr1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/bsdconfig/share/dialog.subr b/usr.sbin/bsdconfig/share/dialog.subr
index a802efeaf89c1..b8901df34741b 100644
--- a/usr.sbin/bsdconfig/share/dialog.subr
+++ b/usr.sbin/bsdconfig/share/dialog.subr
@@ -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'