diff libmpcodecs/ad_hwmpa.c @ 18958:a8e681ad7c90

Remove unused variables, patch by Stefan Huehner stefan at huehner org.
author diego
date Sat, 08 Jul 2006 17:28:36 +0000
parents 2e20dd653147
children 017a563d8d93
line wrap: on
line diff
--- a/libmpcodecs/ad_hwmpa.c	Sat Jul 08 17:15:17 2006 +0000
+++ b/libmpcodecs/ad_hwmpa.c	Sat Jul 08 17:28:36 2006 +0000
@@ -109,7 +109,7 @@
 
 static int control(sh_audio_t *sh,int cmd,void* arg, ...)
 {
-	int start, len, n;
+	int start, len;
 
 	switch(cmd)
 	{