summaryrefslogtreecommitdiff
path: root/firmware/sound.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/sound.c')
-rw-r--r--firmware/sound.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/firmware/sound.c b/firmware/sound.c
index 8fb015c27a..cd772f5e9f 100644
--- a/firmware/sound.c
+++ b/firmware/sound.c
@@ -704,10 +704,3 @@ int sound_get_pitch(void)
704} 704}
705#endif 705#endif
706 706
707#if CONFIG_HWCODEC == MASNONE
708bool mp3_is_playing(void)
709{
710 /* a dummy */
711 return false;
712}
713#endif