revert fix for #H4041 - decl for has_color()

Since the attempted fix for the warning about has_color() being
implicitly declared introduced a worse problem of conflicting
declaration in cases where it's already declared, back that change
out.
This commit is contained in:
PatR
2016-01-26 17:39:41 -08:00
parent 149139a25d
commit 9d1a3be7d7
2 changed files with 0 additions and 7 deletions

View File

@@ -335,9 +335,6 @@ int sco_flag_console = 0;
int sco_map_valid = -1;
unsigned char sco_chanmap_buf[BSIZE];
#if defined(TTY_GRAPHICS) && defined(TEXTCOLOR)
extern int NDECL(has_colors);
#endif
void NDECL(sco_mapon);
void NDECL(sco_mapoff);
void NDECL(check_sco_console);
@@ -402,9 +399,6 @@ init_sco_cons()
int linux_flag_console = 0;
#if defined(TTY_GRAPHICS) && defined(TEXTCOLOR)
extern int NDECL(has_colors);
#endif
void NDECL(linux_mapon);
void NDECL(linux_mapoff);
void NDECL(check_linux_console);