diff options
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]; |