link: remove unused field

This commit is contained in:
Wim Taymans 2018-03-01 20:07:05 +01:00
parent d655d9e0bf
commit 6cb35bf23e
2 changed files with 0 additions and 5 deletions

View file

@ -707,7 +707,6 @@ static int do_allocation(struct pw_link *this, uint32_t in_state, uint32_t out_s
goto error; goto error;
} }
return 0; return 0;
error: error:
@ -1310,8 +1309,6 @@ void pw_link_destroy(struct pw_link *link)
if (link->info.format) if (link->info.format)
free(link->info.format); free(link->info.format);
free_allocation(&link->allocation);
free(impl); free(impl);
} }

View file

@ -236,8 +236,6 @@ struct pw_link {
struct spa_hook_list listener_list; struct spa_hook_list listener_list;
struct allocation allocation;
struct { struct {
struct spa_graph_port out_port; struct spa_graph_port out_port;
struct spa_graph_port in_port; struct spa_graph_port in_port;