From 456b632b849de3a9615ef17b51cf27046234f6f4 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 5 Mar 2018 12:39:40 -0500 Subject: Undef COLOR_ constants in torus.h --- client.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'client.c') diff --git a/client.c b/client.c index fe7c62b..e8d97f1 100644 --- a/client.c +++ b/client.c @@ -27,14 +27,6 @@ #include #include -#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) -- cgit 1.4.1