Commit 0a94768c authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent ecdb733f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);