diff options
Diffstat (limited to 'src/colors.c')
-rw-r--r-- | src/colors.c | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/colors.c b/src/colors.c index bfb4c316c..2a1c04c03 100644 --- a/src/colors.c +++ b/src/colors.c @@ -1,5 +1,7 @@ /* - * (c) 2004 by Kalle Wallin (kaw@linux.se) + * $Id$ + * + * (c) 2004 by Kalle Wallin <kaw@linux.se> * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -28,12 +30,6 @@ #include "support.h" #include "colors.h" -#ifdef DEBUG -#define D(x) x -#else -#define D(x) -#endif - #define COLOR_BRIGHT_MASK (1<<7) #define COLOR_BRIGHT_BLACK (COLOR_BLACK | COLOR_BRIGHT_MASK) |