Actually remove the pulled out field (sequel to r31406)

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31414 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Alexander Levin 2011-12-23 16:09:06 +00:00
parent 461e2c72ad
commit 567e0ad93e

View file

@ -226,7 +226,6 @@ enum character_encoding {
/* cache embedded cuesheet details */
struct embedded_cuesheet {
bool present;
int size;
off_t pos;
enum character_encoding encoding;