summaryrefslogtreecommitdiffstats
path: root/apps/codecs/libwma/wmadec.h
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2010-07-17 08:49:21 +0000
committerNils Wallménius <nils@rockbox.org>2010-07-17 08:49:21 +0000
commitf2a1d92030a3dab73cd36b735d5e1b374943a57b (patch)
tree67229cebdebf45f16bfdb45eca0dadeeb4ddba05 /apps/codecs/libwma/wmadec.h
parentd6446d0b08c62c7258793603f4cc7c027b0043a1 (diff)
downloadrockbox-f2a1d92030a3dab73cd36b735d5e1b374943a57b.tar.gz
rockbox-f2a1d92030a3dab73cd36b735d5e1b374943a57b.zip
Remove unused 2kB buffer and some dead code.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27458 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libwma/wmadec.h')
-rw-r--r--apps/codecs/libwma/wmadec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/libwma/wmadec.h b/apps/codecs/libwma/wmadec.h
index 889d7dbba1..585e4b0aef 100644
--- a/apps/codecs/libwma/wmadec.h
+++ b/apps/codecs/libwma/wmadec.h
@@ -147,7 +147,6 @@ typedef struct WMADecodeContext
fixed32 noise_mult; /* XXX: suppress that and integrate it in the noise array */
/* lsp_to_curve tables */
fixed32 lsp_cos_table[BLOCK_MAX_SIZE];
- fixed64 lsp_pow_e_table[256];
fixed32 lsp_pow_m_table1[(1 << LSP_POW_BITS)];
fixed32 lsp_pow_m_table2[(1 << LSP_POW_BITS)];