From 3379440a4bfecef85c915fb079b595f98a6db1de Mon Sep 17 00:00:00 2001 From: Brandon Low Date: Mon, 5 Nov 2007 17:48:21 +0000 Subject: Remove conf_filechunk, it should never have been a setting and its implementation doesn't do what it claims any way git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15478 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/mpa.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/codecs/mpa.c') diff --git a/apps/codecs/mpa.c b/apps/codecs/mpa.c index 113c81b..e966797 100644 --- a/apps/codecs/mpa.c +++ b/apps/codecs/mpa.c @@ -79,7 +79,6 @@ enum codec_status codec_main(void) /* Create a decoder instance */ ci->configure(DSP_SET_SAMPLE_DEPTH, MAD_F_FRACBITS); - ci->configure(CODEC_SET_FILEBUF_CHUNKSIZE, 1024*16); next_track: status = CODEC_OK; -- cgit v1.1