From b787cfb7cc9f9fd49f7380b55321da6890a324a6 Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Mon, 24 May 2021 00:44:53 -0700 Subject: [PATCH] Removing color definitions made superfluous by previous commit. --- interface/play_ascii.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/interface/play_ascii.c b/interface/play_ascii.c index bcba7c8..a89a9d4 100644 --- a/interface/play_ascii.c +++ b/interface/play_ascii.c @@ -178,13 +178,6 @@ set_handicap_spots(int boardsize) 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. */ -- 2.20.1