summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/sound.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/sound.c b/firmware/sound.c
index 82d5cdf47d..f5adff6562 100644
--- a/firmware/sound.c
+++ b/firmware/sound.c
@@ -791,12 +791,6 @@ int sound_val2phys(int setting, int value)
791 The pitch value precision is based on PITCH_SPEED_PRECISION (in dsp.h) 791 The pitch value precision is based on PITCH_SPEED_PRECISION (in dsp.h)
792*/ 792*/
793 793
794#ifdef SIMULATOR
795static
796#else
797extern
798#endif
799 unsigned long shadow_io_control_main;
800static int last_pitch = PITCH_SPEED_100; 794static int last_pitch = PITCH_SPEED_100;
801 795
802void sound_set_pitch(int32_t pitch) 796void sound_set_pitch(int32_t pitch)