remove dead code

This commit is contained in:
joeycastillo
2024-07-10 06:49:56 -04:00
parent 5f5d86353f
commit ac5fb40730
4 changed files with 0 additions and 42 deletions

View File

@@ -175,8 +175,6 @@ extern const uint16_t NotePeriods[108];
*/
void watch_buzzer_play_sequence(int8_t *note_sequence, void (*callback_on_end)(void));
uint16_t sequence_length(int8_t *sequence);
/** @brief Aborts a playing sequence.
*/
void watch_buzzer_abort_sequence(void);