summaryrefslogtreecommitdiff
path: root/apps/playback.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.h')
-rw-r--r--apps/playback.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/playback.h b/apps/playback.h
index 6d66581fa9..ccf8b58472 100644
--- a/apps/playback.h
+++ b/apps/playback.h
@@ -65,7 +65,6 @@ void audio_set_track_buffer_event(void (*handler)(struct mp3entry *id3,
65void audio_set_track_unbuffer_event(void (*handler)(struct mp3entry *id3, 65void audio_set_track_unbuffer_event(void (*handler)(struct mp3entry *id3,
66 bool last_track)); 66 bool last_track));
67void voice_init(void); 67void voice_init(void);
68void mp3_play_abort(void);
69void voice_stop(void); 68void voice_stop(void);
70 69
71#if CONFIG_CODEC == SWCODEC /* This #ifdef is better here than gui/gwps.c */ 70#if CONFIG_CODEC == SWCODEC /* This #ifdef is better here than gui/gwps.c */