From a4c3913afd8fe138b2a7d902d2ff08e13cfd59b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Thu, 4 Mar 2010 06:31:34 +0000 Subject: [PATCH] Remove leftover unused buffer from the mdctexp branch git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25022 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libtremor/synthesis.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/codecs/libtremor/synthesis.c b/apps/codecs/libtremor/synthesis.c index 464c777605..35d080180b 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;