m-endpoint-creation: remove unnused variable in Bluez5 endpoint creation

This commit is contained in:
Julian Bouzas 2020-11-13 10:15:37 -05:00
parent f486cd389d
commit f196803f88

View file

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