about summary refs log tree commit diff
path: root/chat.h
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-11 17:37:18 -0500
committerJune McEnroe <june@causal.agency>2020-02-11 17:37:18 -0500
commita50596c5c575d23fa92cace9eef3813dff36b175 (patch)
tree7595789e6602f26da1cde24422e5c5e941d4010e /chat.h
parentFix whois idle unit calculation (diff)
downloadcatgirl-a50596c5c575d23fa92cace9eef3813dff36b175.tar.gz
catgirl-a50596c5c575d23fa92cace9eef3813dff36b175.zip
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];