diff options
| author | Nils Wallménius <nils@rockbox.org> | 2010-03-04 06:31:34 +0000 |
|---|---|---|
| committer | Nils Wallménius <nils@rockbox.org> | 2010-03-04 06:31:34 +0000 |
| commit | a4c3913afd8fe138b2a7d902d2ff08e13cfd59b8 (patch) | |
| tree | 972ec4f22277be62c957407a80133ace20661f09 /apps/codecs | |
| parent | ed6c143d26ce027babab65164e10600a030af1a8 (diff) | |
| download | rockbox-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.c | 1 |
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; |