diff options
| -rw-r--r-- | firmware/sound.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/sound.c b/firmware/sound.c index 82d5cdf..f5adff6 100644 --- a/firmware/sound.c +++ b/firmware/sound.c @@ -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) |