remove more unused stuff

This commit is contained in:
Wim Taymans 2016-08-09 16:46:59 +02:00
parent ad71c82159
commit 45ee7b4490
5 changed files with 13 additions and 98 deletions

View file

@ -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;