mirror of
				https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
				synced 2025-11-03 09:01:50 -05:00 
			
		
		
		
	drop unused variable
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1439 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
		
							parent
							
								
									16dd5f7872
								
							
						
					
					
						commit
						e41b91eec9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -54,7 +54,7 @@ static void thread_func(void *data) {
 | 
				
			||||||
    int b = 1;
 | 
					    int b = 1;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    while (!quit) {
 | 
					    while (!quit) {
 | 
				
			||||||
        char *text, *t;
 | 
					        char *text;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        /* Allocate some memory, if possible take it from the flist */
 | 
					        /* Allocate some memory, if possible take it from the flist */
 | 
				
			||||||
        if (b && (text = pa_flist_pop(flist)))
 | 
					        if (b && (text = pa_flist_pop(flist)))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue