summaryrefslogtreecommitdiffstats
path: root/src/utils
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
parent4538523a2999ee36e19f3f09a8ca5328185f9a67 (diff)
clients: drop definition of BUFSIZE which is unused
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/pactl.c2
-rw-r--r--src/utils/pasuspender.c2
2 files changed, 0 insertions, 4 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;
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;