From f53441ae6880ace555a53ff6afba76475d5d19dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20E=2E=20=27Flameeyes=27=20Petten=C3=B2?= Date: Fri, 21 Nov 2008 13:09:52 +0100 Subject: [PATCH] Remove some unused variables. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Diego E. 'Flameeyes' Pettenò --- speaker-test/speaker-test.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/speaker-test/speaker-test.c b/speaker-test/speaker-test.c index b8cd5c8..c626ad7 100644 --- a/speaker-test/speaker-test.c +++ b/speaker-test/speaker-test.c @@ -251,12 +251,9 @@ static void generate_pink_noise( uint8_t *frames, int channel, int count) { double res; int chn; int32_t ires; - float fres; int8_t *samp8 = (int8_t*) frames; int16_t *samp16 = (int16_t*) frames; int32_t *samp32 = (int32_t*) frames; - float *samp_f = (float*) frames; - int sample_size_bits = snd_pcm_format_width(format); while (count-- > 0) { for(chn=0;chn