summaryrefslogtreecommitdiff
path: root/apps/playback.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.h')
-rw-r--r--apps/playback.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/playback.h b/apps/playback.h
index 0a9d22cde2..f56bbfdff0 100644
--- a/apps/playback.h
+++ b/apps/playback.h
@@ -88,10 +88,6 @@ enum
88bool audio_restore_playback(int type); /* Restores the audio buffer to handle the requested playback */ 88bool audio_restore_playback(int type); /* Restores the audio buffer to handle the requested playback */
89size_t audio_get_filebuflen(void); 89size_t audio_get_filebuflen(void);
90 90
91/* Automatic transition? Only valid to call during the track change events,
92 otherwise the result is undefined. */
93bool audio_automatic_skip(void);
94
95unsigned int playback_status(void); 91unsigned int playback_status(void);
96 92
97#endif /* _PLAYBACK_H */ 93#endif /* _PLAYBACK_H */