mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-10-29 05:40:23 -04:00 
			
		
		
		
	virtual-sink/source: Remove an unused variable.
This commit is contained in:
		
							parent
							
								
									1fda23c02c
								
							
						
					
					
						commit
						b3644c1bcd
					
				
					 2 changed files with 0 additions and 10 deletions
				
			
		|  | @ -481,7 +481,6 @@ int pa__init(pa_module*m) { | |||
|     pa_sink *master=NULL; | ||||
|     pa_sink_input_new_data sink_input_data; | ||||
|     pa_sink_new_data sink_data; | ||||
|     pa_bool_t *use_default = NULL; | ||||
|     pa_bool_t use_volume_sharing = FALSE; | ||||
|     pa_bool_t force_flat_volume = FALSE; | ||||
| 
 | ||||
|  | @ -619,16 +618,12 @@ int pa__init(pa_module*m) { | |||
| 
 | ||||
|     pa_modargs_free(ma); | ||||
| 
 | ||||
|     pa_xfree(use_default); | ||||
| 
 | ||||
|     return 0; | ||||
| 
 | ||||
|  fail: | ||||
|     if (ma) | ||||
|         pa_modargs_free(ma); | ||||
| 
 | ||||
|     pa_xfree(use_default); | ||||
| 
 | ||||
|     pa__done(m); | ||||
| 
 | ||||
|     return -1; | ||||
|  |  | |||
|  | @ -535,7 +535,6 @@ int pa__init(pa_module*m) { | |||
|     pa_source *master=NULL; | ||||
|     pa_source_output_new_data source_output_data; | ||||
|     pa_source_new_data source_data; | ||||
|     pa_bool_t *use_default = NULL; | ||||
| 
 | ||||
|     /* optional for uplink_sink */ | ||||
|     pa_sink_new_data sink_data; | ||||
|  | @ -714,16 +713,12 @@ int pa__init(pa_module*m) { | |||
| 
 | ||||
|     pa_modargs_free(ma); | ||||
| 
 | ||||
|     pa_xfree(use_default); | ||||
| 
 | ||||
|     return 0; | ||||
| 
 | ||||
|  fail: | ||||
|     if (ma) | ||||
|         pa_modargs_free(ma); | ||||
| 
 | ||||
|     pa_xfree(use_default); | ||||
| 
 | ||||
|     pa__done(m); | ||||
| 
 | ||||
|     return -1; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Tanu Kaskinen
						Tanu Kaskinen