diff options
Diffstat (limited to 'audio/unix.c')
-rw-r--r-- | audio/unix.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/audio/unix.c b/audio/unix.c index 4f99e5e4..ce2041b2 100644 --- a/audio/unix.c +++ b/audio/unix.c @@ -42,10 +42,6 @@ #include "ipc.h" #include "unix.h" -#ifndef UNIX_PATH_MAX -#define UNIX_PATH_MAX 108 -#endif - static int unix_sock = -1; static gboolean unix_event(GIOChannel *chan, GIOCondition cond, gpointer data) |