summaryrefslogtreecommitdiff
path: root/apps/codecs
diff options
context:
space:
mode:
authorNils Wallménius <nils@rockbox.org>2010-03-04 06:31:34 +0000
committerNils Wallménius <nils@rockbox.org>2010-03-04 06:31:34 +0000
commita4c3913afd8fe138b2a7d902d2ff08e13cfd59b8 (patch)
tree972ec4f22277be62c957407a80133ace20661f09 /apps/codecs
parented6c143d26ce027babab65164e10600a030af1a8 (diff)
downloadrockbox-a4c3913afd8fe138b2a7d902d2ff08e13cfd59b8.zip
rockbox-a4c3913afd8fe138b2a7d902d2ff08e13cfd59b8.tar.gz
rockbox-a4c3913afd8fe138b2a7d902d2ff08e13cfd59b8.tar.bz2
rockbox-a4c3913afd8fe138b2a7d902d2ff08e13cfd59b8.tar.xz
Remove leftover unused buffer from the mdctexp branch
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25022 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs')
-rw-r--r--apps/codecs/libtremor/synthesis.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/libtremor/synthesis.c b/apps/codecs/libtremor/synthesis.c
index 464c777..35d0801 100644
--- a/apps/codecs/libtremor/synthesis.c
+++ b/apps/codecs/libtremor/synthesis.c
@@ -26,7 +26,6 @@
static ogg_int32_t *ipcm_vect[CHANNELS] IBSS_ATTR;
-int32_t staticbuffer[16384];
int vorbis_synthesis(vorbis_block *vb,ogg_packet *op,int decodep)
ICODE_ATTR_TREMOR_NOT_MDCT;