From e343f2b21a2209d5713e20ad38bbcc862897380b Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Sat, 26 May 2007 21:12:20 +0000 Subject: Move more common stuff to ipc.h --- audio/unix.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'audio/unix.c') 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) -- cgit