diff options
| author | Alexander Levin <al.le@rockbox.org> | 2011-12-23 16:09:06 +0000 |
|---|---|---|
| committer | Alexander Levin <al.le@rockbox.org> | 2011-12-23 16:09:06 +0000 |
| commit | 567e0ad93ef3048f2266932b10dcdb309b1a77c9 (patch) | |
| tree | da41851e1f86f1b47f4ee55b2d45051685b1ea4c /apps | |
| parent | 461e2c72ad46a09db9759f020caa5c97e86dad69 (diff) | |
| download | rockbox-567e0ad93ef3048f2266932b10dcdb309b1a77c9.zip rockbox-567e0ad93ef3048f2266932b10dcdb309b1a77c9.tar.gz rockbox-567e0ad93ef3048f2266932b10dcdb309b1a77c9.tar.bz2 rockbox-567e0ad93ef3048f2266932b10dcdb309b1a77c9.tar.xz | |
Actually remove the pulled out field (sequel to r31406)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31414 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps')
| -rw-r--r-- | apps/metadata.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/metadata.h b/apps/metadata.h index 2e16f4d..55e4d76 100644 --- a/apps/metadata.h +++ b/apps/metadata.h @@ -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; |