mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
clients: drop definition of BUFSIZE which is unused
This commit is contained in:
parent
4538523a29
commit
7c55d6e91d
2 changed files with 0 additions and 4 deletions
|
|
@ -44,8 +44,6 @@
|
||||||
#include <pulsecore/log.h>
|
#include <pulsecore/log.h>
|
||||||
#include <pulsecore/sndfile-util.h>
|
#include <pulsecore/sndfile-util.h>
|
||||||
|
|
||||||
#define BUFSIZE (16*1024)
|
|
||||||
|
|
||||||
static pa_context *context = NULL;
|
static pa_context *context = NULL;
|
||||||
static pa_mainloop_api *mainloop_api = NULL;
|
static pa_mainloop_api *mainloop_api = NULL;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -45,8 +45,6 @@
|
||||||
#include <pulse/pulseaudio.h>
|
#include <pulse/pulseaudio.h>
|
||||||
#include <pulsecore/macro.h>
|
#include <pulsecore/macro.h>
|
||||||
|
|
||||||
#define BUFSIZE 1024
|
|
||||||
|
|
||||||
static pa_context *context = NULL;
|
static pa_context *context = NULL;
|
||||||
static pa_mainloop_api *mainloop_api = NULL;
|
static pa_mainloop_api *mainloop_api = NULL;
|
||||||
static char **child_argv = NULL;
|
static char **child_argv = NULL;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue