drop unused variable

git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1439 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Lennart Poettering 2007-05-22 23:37:27 +00:00
parent 16dd5f7872
commit e41b91eec9

View file

@ -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)))