Remove TEXTCOLOR build option

This commit is contained in:
nhmall
2023-11-22 16:01:58 -05:00
parent 6272e18d7b
commit 04082a2033
60 changed files with 105 additions and 483 deletions
-5
View File
@@ -160,11 +160,6 @@ static struct grep_var grep_vars[]={
#else
{"SUSPEND", 0},
#endif
#if defined(TEXTCOLOR)
{"TEXTCOLOR", 1},
#else
{"TEXTCOLOR", 0},
#endif
#if defined(TILES_IN_GLYPHMAP)
{"TILES_IN_GLYPHMAP", 1},
#else