pulse-server: remove unused defines

This commit is contained in:
Wim Taymans 2022-01-04 10:08:54 +01:00
parent b63a6a1b66
commit 13c0cbb899
3 changed files with 0 additions and 8 deletions

View file

@ -1,5 +1,3 @@
#define NAME "pulse-server"
#include <stdint.h> #include <stdint.h>
#include <regex.h> #include <regex.h>

View file

@ -23,7 +23,6 @@
*/ */
#include "pipewire/core.h" #include "pipewire/core.h"
#define NAME "pulse-server"
#include "config.h" #include "config.h"
@ -89,10 +88,7 @@
#define DEFAULT_FORMAT "F32" #define DEFAULT_FORMAT "F32"
#define DEFAULT_POSITION "[ FL FR ]" #define DEFAULT_POSITION "[ FL FR ]"
#define LISTEN_BACKLOG 32
#define MAX_FORMATS 32 #define MAX_FORMATS 32
#define MAX_CLIENTS 64
bool debug_messages = false; bool debug_messages = false;

View file

@ -22,8 +22,6 @@
* DEALINGS IN THE SOFTWARE. * DEALINGS IN THE SOFTWARE.
*/ */
#define NAME "pulse-server"
#include "config.h" #include "config.h"
#include <errno.h> #include <errno.h>