Remove unused conf_preseek from buffering.c and all of its accountraments. This is _not_ a setting. This is a guessing tool used by either playback or buffering to serve its clients better. Use the REBUFFER_GUESS size in resume to help obviate pondlife's bug. This will also need to be used when FS8092 gets fixed correctly with a complete rebuffer for backward movements. It may also belong in buffering not playback, haven't decided for sure

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15475 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Brandon Low 2007-11-05 16:02:12 +00:00
parent 2d95fd524d
commit 1df1e7b0c7
5 changed files with 5 additions and 21 deletions

View file

@ -116,7 +116,6 @@ void unregister_buffer_low_callback(buffer_low_callback func);
enum {
BUFFERING_SET_WATERMARK = 1,
BUFFERING_SET_CHUNKSIZE,
BUFFERING_SET_PRESEEK,
};
void buf_set_conf(int setting, size_t value);