Removing color definitions made superfluous by previous commit.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 24 May 2021 07:44:53 +0000 (00:44 -0700)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Mon, 24 May 2021 07:44:53 +0000 (00:44 -0700)
interface/play_ascii.c

index bcba7c8..a89a9d4 100644 (file)
@@ -178,13 +178,6 @@ set_handicap_spots(int boardsize)
     return;
 }
 
     return;
 }
 
-#define WHITECOLOR "\x1B[41m"
-#define BLACKCOLOR "\x1B[44m"
-#define RESETCOLOR "\x1B[0m"
-
-#define BACK1COLOR "\x1B[43m"
-#define BACK2COLOR "\x1B[47m"
-
 /*
  * Display the board position when playing in ASCII.
  */
 /*
  * Display the board position when playing in ASCII.
  */