clients: drop definition of BUFSIZE which is unused

This commit is contained in:
Lennart Poettering 2009-10-28 23:27:14 +01:00
parent 4538523a29
commit 7c55d6e91d
2 changed files with 0 additions and 4 deletions

View file

@ -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;

View file

@ -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;