Killed warning on Recorder
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1488 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f1e9de5d38
commit
f026f8859a
1 changed files with 3 additions and 2 deletions
|
@ -157,8 +157,6 @@ 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;
|
||||
|
||||
|
@ -234,6 +232,9 @@ static int last_dma_tick = 0;
|
|||
static int pause_tick = 0;
|
||||
|
||||
#ifdef HAVE_MAS3507D
|
||||
|
||||
static unsigned long mas_version_code;
|
||||
|
||||
static unsigned int bass_table[] =
|
||||
{
|
||||
0x9e400, /* -15dB */
|
||||
|
|
Loading…
Reference in a new issue