setid3v2title(): unused variable
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28110 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
9afa8002ae
commit
f03141477a
1 changed files with 0 additions and 3 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue