aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/output.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-08-11 01:00:05 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2015-08-11 01:00:05 -0700
commit871a8223794ebbf975944923dc47a75fabd147d3 (patch)
treeb8754f4d871829a3c7942619807ce8af8c633f07 /src/output.h
parentb9b6b6108e53e3b5ea09b78c334b16fa0e4ac8a9 (diff)
Remove some dead #defines
Diffstat (limited to 'src/output.h')
-rw-r--r--src/output.h12
1 files changed, 1 insertions, 11 deletions
diff --git a/src/output.h b/src/output.h
index a952d8a4..68ad2a2e 100644
--- a/src/output.h
+++ b/src/output.h
@@ -31,17 +31,7 @@ enum
FISH_COLOR_NORMAL,
FISH_COLOR_IGNORE,
FISH_COLOR_RESET
-}
-;
-
-/**
- The value to send to set_color to tell it to use a bold font
-*/
-#define FISH_COLOR_BOLD 0x80
-/**
- The value to send to set_color to tell it to underline the text
-*/
-#define FISH_COLOR_UNDERLINE 0x100
+};
/**
Sets the fg and bg color. May be called as often as you like, since