summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/mpeg.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 5d4c5daa5c..250547e24e 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -1004,12 +1004,8 @@ static bool swap_one_chunk(void)
return true;
}
-#else
-static bool swap_one_chunk(void)
-{
- return false;
-}
#endif
+
const unsigned char empty_id3_header[] =
{
'I', 'D', '3', 0x03, 0x00, 0x00,