[PATCH 2/3] kconfig: nconf: remove meaningless wattrset() call from show_menu()

From: Masahiro Yamada
Date: Sun Apr 11 2021 - 21:13:01 EST


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@xxxxxxxxxx>
---

scripts/kconfig/nconf.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/scripts/kconfig/nconf.c b/scripts/kconfig/nconf.c
index d8a6ab5fb521..5209a18eeacb 100644
--- a/scripts/kconfig/nconf.c
+++ b/scripts/kconfig/nconf.c
@@ -953,7 +953,6 @@ static void show_menu(const char *prompt, const char *instructions,
current_instructions = instructions;

clear();
- wattrset(main_window, attr_normal);
print_in_middle(stdscr, 1, 0, getmaxx(stdscr),
menu_backtitle,
attr_main_heading);
--
2.27.0