mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
core: remove redundant return
This commit is contained in:
parent
ac37d0f180
commit
ffd7b5a743
1 changed files with 0 additions and 1 deletions
|
|
@ -80,7 +80,6 @@ static void registry_bind(void *object, uint32_t id,
|
|||
* new_id as 'used and freed' */
|
||||
pw_map_insert_at(&client->objects, new_id, NULL);
|
||||
pw_core_resource_remove_id(client->core_resource, new_id);
|
||||
return;
|
||||
}
|
||||
|
||||
static const struct pw_registry_proxy_methods registry_methods = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue