Killed a simulator warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1485 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d0abfe86e0
commit
16ec2063a1
1 changed files with 2 additions and 2 deletions
|
@ -157,6 +157,8 @@ static unsigned int last_track_counter = 0;
|
|||
|
||||
#ifndef SIMULATOR
|
||||
|
||||
static unsigned long mas_version_code;
|
||||
|
||||
static int tag_read_idx = 0;
|
||||
static int tag_write_idx = 0;
|
||||
|
||||
|
@ -1239,8 +1241,6 @@ int mpeg_val2phys(int setting, int value)
|
|||
return result;
|
||||
}
|
||||
|
||||
static unsigned long mas_version_code;
|
||||
|
||||
void mpeg_init(int volume, int bass, int treble, int loudness, int bass_boost, int avc)
|
||||
{
|
||||
#ifdef SIMULATOR
|
||||
|
|
Loading…
Reference in a new issue