Disable unneeded parts of mpc's file-I/O interface.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27024 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Andree Buschmann 2010-06-21 18:45:34 +00:00
parent d18aa51ded
commit a3541c07de
2 changed files with 6 additions and 17 deletions

View file

@ -65,12 +65,14 @@ struct mpc_reader_t {
/// Returns the total length of the source stream, in bytes.
mpc_int32_t (*get_size)(mpc_reader *p_reader);
/* rockbox: not used
/// True if the stream is a seekable stream.
mpc_bool_t (*canseek)(mpc_reader *p_reader);
/// Field that can be used to identify a particular instance of
/// reader or carry along data associated with that reader.
void *data;
*/
};
/* rockbox: not used
/// Initializes reader with default stdio file reader implementation. Use