mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-18 09:32:40 -05:00
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:
parent
d18aa51ded
commit
a3541c07de
2 changed files with 6 additions and 17 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue