summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorC. McEnroe2020-02-11 17:37:18 -0500
committerC. McEnroe2020-02-11 17:37:18 -0500
commita50596c5c575d23fa92cace9eef3813dff36b175 (patch)
tree7595789e6602f26da1cde24422e5c5e941d4010e /chat.h
parentac4876718f268326f34ad4fc58a9811f7a869949 (diff)
Move XDG_SUBDIR out of chat.h
Diffstat (limited to 'chat.h')
-rw-r--r--chat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/chat.h b/chat.h
index 829dd1d..735327d 100644
--- a/chat.h
+++ b/chat.h
@@ -26,8 +26,6 @@
 #define ARRAY_LEN(a) (sizeof(a) / sizeof(a[0]))
 #define BIT(x) x##Bit, x = 1 << x##Bit, x##Bit_ = x##Bit
 
-#define XDG_SUBDIR "catgirl"
-
 typedef unsigned char byte;
 
 int procPipe[2];