summaryrefslogtreecommitdiffstats
path: root/src/utils/pasuspender.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-10-28 23:27:14 +0100
committerLennart Poettering <lennart@poettering.net>2009-10-28 23:27:14 +0100
commit7c55d6e91d21971e187bf9602dce38cb49666cc4 (patch)
tree5647bee79e590be5513b35678c72de90dab5df3b /src/utils/pasuspender.c
parent4538523a2999ee36e19f3f09a8ca5328185f9a67 (diff)
clients: drop definition of BUFSIZE which is unused
Diffstat (limited to 'src/utils/pasuspender.c')
-rw-r--r--src/utils/pasuspender.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/pasuspender.c b/src/utils/pasuspender.c
index c327ee41..534b77b4 100644
--- a/src/utils/pasuspender.c
+++ b/src/utils/pasuspender.c
@@ -45,8 +45,6 @@
#include <pulse/pulseaudio.h>
#include <pulsecore/macro.h>
-#define BUFSIZE 1024
-
static pa_context *context = NULL;
static pa_mainloop_api *mainloop_api = NULL;
static char **child_argv = NULL;