diff options
| author | Linus Nielsen Feltzing <linus@haxx.se> | 2002-06-29 21:31:38 +0000 |
|---|---|---|
| committer | Linus Nielsen Feltzing <linus@haxx.se> | 2002-06-29 21:31:38 +0000 |
| commit | 9f20263222f32445ba33d355dc1cdaf240431c01 (patch) | |
| tree | bf6e926c6bb5f03a6287c59de54869f1970ac6ba | |
| parent | 5421181c77e1ca5b4c315ebb3c0954df0ea8b996 (diff) | |
| download | rockbox-9f20263222f32445ba33d355dc1cdaf240431c01.zip rockbox-9f20263222f32445ba33d355dc1cdaf240431c01.tar.gz rockbox-9f20263222f32445ba33d355dc1cdaf240431c01.tar.bz2 rockbox-9f20263222f32445ba33d355dc1cdaf240431c01.tar.xz | |
Removed a warning
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1255 a1c6a512-1295-4272-9138-f99709370657
| -rw-r--r-- | firmware/mpeg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c index 6a942d6..fb53585 100644 --- a/firmware/mpeg.c +++ b/firmware/mpeg.c @@ -186,6 +186,7 @@ static unsigned int treble_table[] = 0x5f800 /* 15dB */ }; +#if 0 static unsigned int prescale_table[] = { 0x80000, /* 0db */ @@ -206,6 +207,7 @@ static unsigned int prescale_table[] = 0xe9400 /* 15dB */ }; #endif +#endif static unsigned char fliptable[] = { |