Browse Source

Remove unused Sound_Save() function declaration

Guðni Már Gilbert 2 years ago
parent
commit
bbe62b136a
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Firmware/sound.h

+ 0 - 1
Firmware/sound.h

@@ -19,7 +19,6 @@ extern eSOUND_MODE eSoundMode;
 
 extern void Sound_Init(void);
 extern void Sound_Default(void);
-extern void Sound_Save(void);
 extern void Sound_CycleState(void);
 extern void Sound_MakeSound(eSOUND_TYPE eSoundType);
 extern void Sound_MakeCustom(uint16_t ms,uint16_t tone_ ,bool critical);