summaryrefslogtreecommitdiffstats
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)
}
#endif
-#if CONFIG_HWCODEC == MASNONE
-bool mp3_is_playing(void)
-{
- /* a dummy */
- return false;
-}
-#endif