From 2646f7c5d89cc315500842004bb7913403ac47c6 Mon Sep 17 00:00:00 2001 From: dteske Date: Tue, 25 Dec 2012 09:30:25 +0000 Subject: Remove unnecessary duplicate initialization of the dialog(1) API (automatically bootstrapped on-include unless DIALOG_SELF_INITIALIZE is set to NO before-hand) --- usr.sbin/bsdconfig/usermgmt/groupedit | 1 - 1 file changed, 1 deletion(-) (limited to 'usr.sbin/bsdconfig/usermgmt/groupedit') diff --git a/usr.sbin/bsdconfig/usermgmt/groupedit b/usr.sbin/bsdconfig/usermgmt/groupedit index f132baf..f42649d 100755 --- a/usr.sbin/bsdconfig/usermgmt/groupedit +++ b/usr.sbin/bsdconfig/usermgmt/groupedit @@ -59,7 +59,6 @@ shift $(( $OPTIND - 1 )) # # Initialize # -f_dialog_init f_dialog_title "$msg_edit_view $msg_group" f_dialog_backtitle "${ipgm:+bsdconfig }$pgm" f_mustberoot_init -- cgit v1.1