mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-03 13:48:00 +02:00
m-endpoint-creation: remove unnused variable in Bluez5 endpoint creation
This commit is contained in:
parent
f486cd389d
commit
f196803f88
1 changed files with 0 additions and 1 deletions
|
|
@ -196,7 +196,6 @@ on_device_enum_profile_done (WpProxy *proxy, GAsyncResult *res,
|
|||
/* Iterate all profiles */
|
||||
for (; wp_iterator_next (profiles, &item); g_value_unset (&item)) {
|
||||
WpSpaPod *pod = g_value_get_boxed (&item);
|
||||
g_autoptr (WpSpaPodParser) pp = NULL;
|
||||
gint index = 0;
|
||||
const gchar *name = NULL;
|
||||
const gchar *desc = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue