Remove TEXTCOLOR build option
This commit is contained in:
@@ -301,7 +301,6 @@ curses_create_main_windows(void)
|
||||
void
|
||||
curses_init_nhcolors(void)
|
||||
{
|
||||
#ifdef TEXTCOLOR
|
||||
if (has_colors()) {
|
||||
use_default_colors();
|
||||
init_pair(1, COLOR_BLACK, -1);
|
||||
@@ -362,7 +361,6 @@ curses_init_nhcolors(void)
|
||||
init_pair(16, COLOR_WHITE + 8, -1);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#if 0 /* curses_choose_character + curses_character_dialog no longer used */
|
||||
|
||||
Reference in New Issue
Block a user