diff options
Diffstat (limited to 'client.c')
-rw-r--r-- | client.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/client.c b/client.c index 8238749..a216a63 100644 --- a/client.c +++ b/client.c @@ -27,14 +27,6 @@ #include <sysexits.h> #include <unistd.h> -#undef COLOR_BLACK -#undef COLOR_RED -#undef COLOR_GREEN -#undef COLOR_YELLOW -#undef COLOR_BLUE -#undef COLOR_MAGENTA -#undef COLOR_CYAN -#undef COLOR_WHITE #include "torus.h" #define ESC (0x1B) |