mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
pulse-server: remove unused macro
This commit is contained in:
parent
b9f2e6a8c4
commit
80368ab8ae
1 changed files with 0 additions and 6 deletions
|
|
@ -31,12 +31,6 @@ struct volume {
|
|||
.channels = 0, \
|
||||
}
|
||||
|
||||
#define VOLUME_DEFAULT (struct volume) { \
|
||||
.channels = 2, \
|
||||
.values[0] = 1.0f, \
|
||||
.values[1] = 1.0f, \
|
||||
}
|
||||
|
||||
static inline bool volume_valid(const struct volume *vol)
|
||||
{
|
||||
if (vol->channels == 0 || vol->channels > CHANNELS_MAX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue