about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-02 03:34:05 -0500
committerJune McEnroe <june@causal.agency>2020-02-02 03:34:05 -0500
commit052cd2ed2688867f8b980d283ea3aa410d9dd6aa (patch)
tree1cc9ec89890a3fe3e1f8085fcbd8e3f19ffa32b9 /chat.h
parentAdd idColors (diff)
downloadcatgirl-052cd2ed2688867f8b980d283ea3aa410d9dd6aa.tar.gz
catgirl-052cd2ed2688867f8b980d283ea3aa410d9dd6aa.zip
Remove style string macros
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/chat.h b/chat.h
index 4ced983..275fef9 100644
--- a/chat.h
+++ b/chat.h
@@ -26,12 +26,6 @@
 
 typedef unsigned char byte;
 
-#define B "\2"
-#define C "\3"
-#define R "\17"
-#define V "\26"
-#define I "\35"
-#define U "\37"
 enum Color {
 	White, Black, Blue, Green, Red, Brown, Magenta, Orange,
 	Yellow, LightGreen, Cyan, LightCyan, LightBlue, Pink, Gray, LightGray,