From a3541c07deb3d482ee17660cdf2644ad3499fc00 Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Mon, 21 Jun 2010 18:45:34 +0000 Subject: 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 --- apps/codecs/libmusepack/reader.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/codecs/libmusepack') diff --git a/apps/codecs/libmusepack/reader.h b/apps/codecs/libmusepack/reader.h index 60a0ef9..c46844c 100644 --- a/apps/codecs/libmusepack/reader.h +++ b/apps/codecs/libmusepack/reader.h @@ -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 -- cgit v1.1