diff options
author | June McEnroe <june@causal.agency> | 2020-02-11 17:37:18 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-02-11 17:37:18 -0500 |
commit | a50596c5c575d23fa92cace9eef3813dff36b175 (patch) | |
tree | 7595789e6602f26da1cde24422e5c5e941d4010e /chat.h | |
parent | Fix whois idle unit calculation (diff) | |
download | catgirl-a50596c5c575d23fa92cace9eef3813dff36b175.tar.gz catgirl-a50596c5c575d23fa92cace9eef3813dff36b175.zip |
Move XDG_SUBDIR out of chat.h
Diffstat (limited to '')
-rw-r--r-- | chat.h | 2 |
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]; |