From 94c4229e705da8a5072b702055d4ec77ae31f7e0 Mon Sep 17 00:00:00 2001 From: alexklimaj Date: Sun, 29 Sep 2024 11:33:52 -0600 Subject: [PATCH] Remove unused saveEEpromSettings from sounds.h --- Inc/sounds.h | 1 - Mcu/f415/Inc/sounds.h | 1 - 2 files changed, 2 deletions(-) diff --git a/Inc/sounds.h b/Inc/sounds.h index fba895ed..c58eeee9 100644 --- a/Inc/sounds.h +++ b/Inc/sounds.h @@ -19,7 +19,6 @@ void playDuskingTune(void); void playDefaultTone(void); void playChangedTone(void); -void saveEEpromSettings(void); void setVolume(uint8_t volume); extern void delayMillis(uint32_t millis); diff --git a/Mcu/f415/Inc/sounds.h b/Mcu/f415/Inc/sounds.h index 5ee76af4..296081eb 100644 --- a/Mcu/f415/Inc/sounds.h +++ b/Mcu/f415/Inc/sounds.h @@ -19,7 +19,6 @@ void playDuskingTune(void); void playDefaultTone(void); void playChangedTone(void); -void saveEEpromSettings(void); void setVolume(uint8_t volume); #endif /* SOUNDS_H_ */