- Removed obsolete second index for color.
This commit is contained in:
Paul Beckingham 2014-08-16 10:40:18 -04:00
parent 55fddd66d1
commit e91a6a1897
2 changed files with 10 additions and 27 deletions

View file

@ -56,21 +56,5 @@
#include <por-PRT.h>
#endif
#define CCOLOR_BOLD 500
#define CCOLOR_UNDERLINE 501
#define CCOLOR_ON 502
#define CCOLOR_BRIGHT 503
#define CCOLOR_BLACK 504
#define CCOLOR_RED 505
#define CCOLOR_GREEN 506
#define CCOLOR_YELLOW 507
#define CCOLOR_BLUE 508
#define CCOLOR_MAGENTA 509
#define CCOLOR_CYAN 510
#define CCOLOR_WHITE 511
#define CCOLOR_OFF 520
#define CCOLOR_UNKNOWN 521
#endif