some dead code eliminations and a couple of documentation updates

This commit is contained in:
nhmall
2019-11-30 13:35:14 -05:00
parent 42a13a1198
commit 0843c5d922
4 changed files with 10 additions and 39 deletions

View File

@@ -792,7 +792,7 @@ init_ttycolor()
#if 0
int
has_color(int color)
has_color(int color) /* this function is commented out */
{
#ifdef TEXTCOLOR
if ((color >= 0) && (color < CLR_MAX))