diff options
author | C. McEnroe | 2020-02-11 17:37:18 -0500 |
---|---|---|
committer | C. McEnroe | 2020-02-11 17:37:18 -0500 |
commit | a50596c5c575d23fa92cace9eef3813dff36b175 (patch) | |
tree | 7595789e6602f26da1cde24422e5c5e941d4010e /chat.h | |
parent | ac4876718f268326f34ad4fc58a9811f7a869949 (diff) |
Move XDG_SUBDIR out of chat.h
Diffstat (limited to 'chat.h')
-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]; |