setid3v2title(): unused variable

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28110 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-09-19 08:16:52 +00:00
parent 9afa8002ae
commit f03141477a

View file

@ -655,7 +655,6 @@ void setid3v2title(int fd, struct mp3entry *entry)
int buffersize = sizeof(entry->id3v2buf);
unsigned char global_flags;
int flags;
int skip;
bool global_unsynch = false;
bool unsynch = false;
int i, j;
@ -787,8 +786,6 @@ void setid3v2title(int fd, struct mp3entry *entry)
if(flags)
{
skip = 0;
if (version >= ID3_VER_2_4) {
if(flags & 0x0040) { /* Grouping identity */
lseek(fd, 1, SEEK_CUR); /* Skip 1 byte */