mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05: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' */
|
* new_id as 'used and freed' */
|
||||||
pw_map_insert_at(&client->objects, new_id, NULL);
|
pw_map_insert_at(&client->objects, new_id, NULL);
|
||||||
pw_core_resource_remove_id(client->core_resource, new_id);
|
pw_core_resource_remove_id(client->core_resource, new_id);
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static const struct pw_registry_proxy_methods registry_methods = {
|
static const struct pw_registry_proxy_methods registry_methods = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue