fix yellow

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28426 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Marcin Bukat 2010-10-31 21:23:06 +00:00
parent 56c4e9fa60
commit 77b2d02296

View file

@ -791,12 +791,6 @@ int sound_val2phys(int setting, int value)
The pitch value precision is based on PITCH_SPEED_PRECISION (in dsp.h)
*/
#ifdef SIMULATOR
static
#else
extern
#endif
unsigned long shadow_io_control_main;
static int last_pitch = PITCH_SPEED_100;
void sound_set_pitch(int32_t pitch)