From cceae6b42ddf693089357087dbcacd3cae3e7598 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 21 May 2024 12:51:17 -0400 Subject: Consolidate OMC_COLOR_ defines --- src/utils.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/utils.c') diff --git a/src/utils.c b/src/utils.c index ea79f10..7cc3e6e 100644 --- a/src/utils.c +++ b/src/utils.c @@ -385,13 +385,6 @@ char *git_rev_parse(const char *path, char *args) { return version; } -#define OMC_COLOR_RED "\e[1;91m" -#define OMC_COLOR_GREEN "\e[1;92m" -#define OMC_COLOR_YELLOW "\e[1;93m" -#define OMC_COLOR_BLUE "\e[1;94m" -#define OMC_COLOR_WHITE "\e[1;97m" -#define OMC_COLOR_RESET "\e[0;37m\e[0m" - void msg(unsigned type, char *fmt, ...) { FILE *stream = NULL; char header[255]; -- cgit