From b9b6b6108e53e3b5ea09b78c334b16fa0e4ac8a9 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Mon, 10 Aug 2015 22:01:50 -0700 Subject: Dead macro cleanup Enable -Wunused-macros, and remove said unused macros --- src/output.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/output.cpp') diff --git a/src/output.cpp b/src/output.cpp index 8f97ce61..1707f4fb 100644 --- a/src/output.cpp +++ b/src/output.cpp @@ -31,11 +31,6 @@ #include "common.h" #include "output.h" -/** - Number of color names in the col array - */ -#define FISH_COLORS (sizeof(col)/sizeof(wchar_t *)) - static int writeb_internal(char c); -- cgit v1.2.3