aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-05-21 12:51:17 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-05-21 12:51:17 -0400
commitcceae6b42ddf693089357087dbcacd3cae3e7598 (patch)
tree64fa63401681b941e0485ecbab74b5625a0cf1b6 /src
parent30c9945e0da19305ebad88a2835653ff4f409313 (diff)
downloadstasis-cceae6b42ddf693089357087dbcacd3cae3e7598.tar.gz
Consolidate OMC_COLOR_ defines
Diffstat (limited to 'src')
-rw-r--r--src/utils.c7
1 files changed, 0 insertions, 7 deletions
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];