diff libao2/pl_surround.c @ 8123:9fc45fe0d444

*HUGE* set of compiler warning fixes, unused variables removal based on patch by Dominik Mierzejewski <dominik@rangers.eu.org>
author arpi
date Wed, 06 Nov 2002 23:54:29 +0000
parents 2eec40929570
children 46d21c0f36aa
line wrap: on
line diff
--- a/libao2/pl_surround.c	Wed Nov 06 23:51:17 2002 +0000
+++ b/libao2/pl_surround.c	Wed Nov 06 23:54:29 2002 +0000
@@ -173,7 +173,7 @@
 };
 
 // Experimental moving average dominances
-static int amp_L = 0, amp_R = 0, amp_C = 0, amp_S = 0;
+//static int amp_L = 0, amp_R = 0, amp_C = 0, amp_S = 0;
 
 // processes 'ao_plugin_data.len' bytes of 'data'
 // called for every block of data