aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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];