Skip to content
Snippets Groups Projects
Commit f196803f authored by Julian Bouzas's avatar Julian Bouzas
Browse files

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

parent f486cd38
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment