Author: dteske
Date: Mon Dec 12 21:27:29 2016
New Revision: 309951
URL: https://svnweb.freebsd.org/changeset/base/309951

Log:
  Remove an unnecessary call to f_dialog_title_restore()

Modified:
  head/usr.sbin/bsdinstall/scripts/wlanconfig

Modified: head/usr.sbin/bsdinstall/scripts/wlanconfig
==============================================================================
--- head/usr.sbin/bsdinstall/scripts/wlanconfig Mon Dec 12 21:26:36 2016        
(r309950)
+++ head/usr.sbin/bsdinstall/scripts/wlanconfig Mon Dec 12 21:27:29 2016        
(r309951)
@@ -259,7 +259,6 @@ while :; do
                        2>&1 >&$DIALOG_TERMINAL_PASSTHRU_FD
                ) || exit 1
                SCANSSID=1
-               f_dialog_title_restore
                break
                ;;
        $DIALOG_EXTRA) # Rescan
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to