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/flac.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps/codecs/flac.c') diff --git a/apps/codecs/flac.c b/apps/codecs/flac.c index d1c52833a6..3566725772 100644 --- a/apps/codecs/flac.c +++ b/apps/codecs/flac.c @@ -422,7 +422,6 @@ enum codec_status codec_main(void) /* Generic codec initialisation */ ci->configure(CODEC_SET_FILEBUF_WATERMARK, 1024*512); - ci->configure(CODEC_SET_FILEBUF_CHUNKSIZE, 1024*128); ci->configure(DSP_SET_SAMPLE_DEPTH, FLAC_OUTPUT_DEPTH-1); -- cgit v1.2.3