From 6da45d4c56c2771aa364e88ac8e2bcf124a73359 Mon Sep 17 00:00:00 2001 From: Michael Giacomelli Date: Sat, 19 Jul 2008 20:52:43 +0000 Subject: Remove unused variable. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18095 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libwma/wmadec.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/codecs') diff --git a/apps/codecs/libwma/wmadec.h b/apps/codecs/libwma/wmadec.h index c65dd75acf..cb49f611c9 100644 --- a/apps/codecs/libwma/wmadec.h +++ b/apps/codecs/libwma/wmadec.h @@ -23,7 +23,6 @@ #include "asf.h" #include "bitstream.h" /* For GetBitContext */ #include "types.h" -#include "mdct.h" //#include "dsputil.h" /* For MDCTContext */ @@ -118,7 +117,6 @@ typedef struct WMADecodeContext fixed32 max_exponent[MAX_CHANNELS]; int16_t coefs1[MAX_CHANNELS][BLOCK_MAX_SIZE]; fixed32 (*coefs)[MAX_CHANNELS][BLOCK_MAX_SIZE]; - MDCTContext mdct_ctx[BLOCK_NB_SIZES]; fixed32 *windows[BLOCK_NB_SIZES]; /* output buffer for one frame and the last for IMDCT windowing */ fixed32 (*frame_out)[MAX_CHANNELS][BLOCK_MAX_SIZE*2]; -- cgit v1.2.3