kconfig: nconf: remove meaningless wattrset() call from show_menu()
authorMasahiro Yamada <masahiroy@kernel.org>
Mon, 12 Apr 2021 01:12:26 +0000 (10:12 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 14 Apr 2021 06:25:43 +0000 (15:25 +0900)
commit0a94768cfda6a77c42e5373d264c96c77ef1a2e5
tree71fafdf012afd282b23ebfac59bdcb8838a5967b
parentecdb733f8fa843f632f4306939a5c3704be4a2dd
kconfig: nconf: remove meaningless wattrset() call from show_menu()

This attribute is not used because it will be overridden some lines
below:

  wattrset(main_window, attr_main_menu_box);

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/nconf.c