diff options
| -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; |