summaryrefslogtreecommitdiff
path: root/apps/playback.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.h')
-rw-r--r--apps/playback.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/playback.h b/apps/playback.h
index f56bbfdff0..177768ded3 100644
--- a/apps/playback.h
+++ b/apps/playback.h
@@ -80,12 +80,6 @@ void audio_set_cuesheet(bool enable);
80void audio_set_crossfade(int enable); 80void audio_set_crossfade(int enable);
81#endif 81#endif
82 82
83enum
84{
85 AUDIO_WANT_PLAYBACK = 0,
86 AUDIO_WANT_VOICE,
87};
88bool audio_restore_playback(int type); /* Restores the audio buffer to handle the requested playback */
89size_t audio_get_filebuflen(void); 83size_t audio_get_filebuflen(void);
90 84
91unsigned int playback_status(void); 85unsigned int playback_status(void);