mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
module-adapter: remove dead code
This commit is contained in:
parent
49304ec522
commit
5333c969a4
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ static void *create_object(void *_data,
|
||||||
|
|
||||||
handle = pw_context_load_spa_handle(d->context,
|
handle = pw_context_load_spa_handle(d->context,
|
||||||
factory_name,
|
factory_name,
|
||||||
properties ? &properties->dict : NULL);
|
&properties->dict);
|
||||||
if (handle == NULL)
|
if (handle == NULL)
|
||||||
goto error_errno;
|
goto error_errno;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue