mirror of
				https://gitlab.freedesktop.org/pipewire/pipewire.git
				synced 2025-11-03 09:01:54 -05:00 
			
		
		
		
	pulse-server: module-combine-sink: remove redundant member
`module_combine_sink_data::info` member has not been used
since 782e0dfb1f, so remove it.
			
			
This commit is contained in:
		
							parent
							
								
									4a555ed6ff
								
							
						
					
					
						commit
						2abd3432b8
					
				
					 1 changed files with 0 additions and 3 deletions
				
			
		| 
						 | 
					@ -56,8 +56,6 @@ struct module_combine_sink_data {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	struct spa_source *sinks_timeout;
 | 
						struct spa_source *sinks_timeout;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	struct spa_audio_info_raw info;
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
	unsigned int sinks_pending;
 | 
						unsigned int sinks_pending;
 | 
				
			||||||
	unsigned int load_emitted:1;
 | 
						unsigned int load_emitted:1;
 | 
				
			||||||
	unsigned int start_error:1;
 | 
						unsigned int start_error:1;
 | 
				
			||||||
| 
						 | 
					@ -304,7 +302,6 @@ static int module_combine_sink_prepare(struct module * const module)
 | 
				
			||||||
	audioinfo_to_properties(&info, global_props);
 | 
						audioinfo_to_properties(&info, global_props);
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	d->module = module;
 | 
						d->module = module;
 | 
				
			||||||
	d->info = info;
 | 
					 | 
				
			||||||
	d->sink_names = sink_names;
 | 
						d->sink_names = sink_names;
 | 
				
			||||||
	d->sinks_pending = (sink_names == NULL) ? 0 : num_sinks;
 | 
						d->sinks_pending = (sink_names == NULL) ? 0 : num_sinks;
 | 
				
			||||||
	d->stream_props = stream_props;
 | 
						d->stream_props = stream_props;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue