summaryrefslogtreecommitdiffstats
path: root/apps/codecs/mpa.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/mpa.c')
-rw-r--r--apps/codecs/mpa.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/apps/codecs/mpa.c b/apps/codecs/mpa.c
index 7beecd9edb..9970d57240 100644
--- a/apps/codecs/mpa.c
+++ b/apps/codecs/mpa.c
@@ -114,9 +114,6 @@ enum codec_status codec_start(struct codec_api* api)
ci->memset(&Synth, 0, sizeof(struct mad_synth));
ci->memset(&Timer, 0, sizeof(mad_timer_t));
-#if defined(CPU_COLDFIRE) && !defined(SIMULATOR)
- mcf5249_init_mac();
-#endif
mad_stream_init(&Stream);
mad_frame_init(&Frame);
mad_synth_init(&Synth);