From cc6ef19dd97a5dbbd901f9dbede5f65ef60c4a6f Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Sun, 19 Sep 2010 22:09:11 +0000 Subject: [PATCH] Remove some unused variables. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28118 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libwma/wmadeci.c | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/apps/codecs/libwma/wmadeci.c b/apps/codecs/libwma/wmadeci.c index a3edea0e97..f24ac13a0e 100644 --- a/apps/codecs/libwma/wmadeci.c +++ b/apps/codecs/libwma/wmadeci.c @@ -595,15 +595,14 @@ static inline fixed32 pow_m1_4(WMADecodeContext *s, fixed32 x) static void wma_lsp_to_curve_init(WMADecodeContext *s, int frame_len) { - fixed32 wdel, a, b, temp, temp2; + fixed32 wdel, a, b, temp2; int i, m; - wdel = fixdiv32(M_PI_F, itofix32(frame_len)); - temp = fixdiv32(itofix32(1), itofix32(frame_len)); + wdel = fixdiv32(itofix32(1), itofix32(frame_len)); for (i=0; ilsp_cos_table[i] = temp2>>3; @@ -637,7 +636,7 @@ static void wma_lsp_to_curve(WMADecodeContext *s, fixed32 *lsp) { int i, j; - fixed32 p, q, w, v, val_max, temp, temp2; + fixed32 p, q, w, v, val_max, temp2; val_max = 0; for(i=0;i