mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	link: remove unused field
This commit is contained in:
		
							parent
							
								
									d655d9e0bf
								
							
						
					
					
						commit
						6cb35bf23e
					
				
					 2 changed files with 0 additions and 5 deletions
				
			
		| 
						 | 
					@ -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);
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -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;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue