mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
remove more unused stuff
This commit is contained in:
parent
ad71c82159
commit
45ee7b4490
5 changed files with 13 additions and 98 deletions
|
|
@ -68,6 +68,7 @@ spa_props_get_prop (const SpaProps *props,
|
|||
info = &props->prop_info[index];
|
||||
if ((info->flags & SPA_PROP_FLAG_READABLE) == 0)
|
||||
return SPA_RESULT_INVALID_PROPERTY_ACCESS;
|
||||
|
||||
if (props->unset_mask & (1u << index))
|
||||
return SPA_RESULT_PROPERTY_UNSET;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue