summaryrefslogtreecommitdiffstats
path: root/audio/unix.c
diff options
context:
space:
mode:
authorJohan Hedberg <johan.hedberg@nokia.com>2007-05-26 21:12:20 +0000
committerJohan Hedberg <johan.hedberg@nokia.com>2007-05-26 21:12:20 +0000
commite343f2b21a2209d5713e20ad38bbcc862897380b (patch)
tree9a3fc2f20d11d1886de65b352bffa2f9f73ab72d /audio/unix.c
parentd2d76421ad539e2c6da87e4b4fd2a42493053f49 (diff)
Move more common stuff to ipc.h
Diffstat (limited to 'audio/unix.c')
-rw-r--r--audio/unix.c4
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)