summaryrefslogtreecommitdiffstats
path: root/src/utils/pactl.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/pactl.c
parent4538523a2999ee36e19f3f09a8ca5328185f9a67 (diff)
clients: drop definition of BUFSIZE which is unused
Diffstat (limited to 'src/utils/pactl.c')
-rw-r--r--src/utils/pactl.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/utils/pactl.c b/src/utils/pactl.c
index 141ab5b1..51de1204 100644
--- a/src/utils/pactl.c
+++ b/src/utils/pactl.c
@@ -44,8 +44,6 @@
#include <pulsecore/log.h>
#include <pulsecore/sndfile-util.h>
-#define BUFSIZE (16*1024)
-
static pa_context *context = NULL;
static pa_mainloop_api *mainloop_api = NULL;