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 <masahi...@kernel.org>
---

 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

Reply via email to