mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
filter: remove unused define for MAX_PORTS
This commit is contained in:
parent
4e1e9aa8e7
commit
f1788d0552
2 changed files with 0 additions and 2 deletions
|
|
@ -50,7 +50,6 @@ PW_LOG_TOPIC_EXTERN(log_filter);
|
||||||
#define MAX_BUFFERS 64
|
#define MAX_BUFFERS 64
|
||||||
|
|
||||||
#define MASK_BUFFERS (MAX_BUFFERS-1)
|
#define MASK_BUFFERS (MAX_BUFFERS-1)
|
||||||
#define MAX_PORTS 1024
|
|
||||||
|
|
||||||
static bool mlock_warned = false;
|
static bool mlock_warned = false;
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -48,7 +48,6 @@ PW_LOG_TOPIC_EXTERN(log_stream);
|
||||||
#define MAX_BUFFERS 64
|
#define MAX_BUFFERS 64
|
||||||
|
|
||||||
#define MASK_BUFFERS (MAX_BUFFERS-1)
|
#define MASK_BUFFERS (MAX_BUFFERS-1)
|
||||||
#define MAX_PORTS 1
|
|
||||||
|
|
||||||
static bool mlock_warned = false;
|
static bool mlock_warned = false;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue