mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
pulse-server: remove unused defines
This commit is contained in:
parent
b63a6a1b66
commit
13c0cbb899
3 changed files with 0 additions and 8 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
#define NAME "pulse-server"
|
|
||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#include <regex.h>
|
#include <regex.h>
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue