diff options
Diffstat (limited to 'apps/playback.h')
| -rw-r--r-- | apps/playback.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/playback.h b/apps/playback.h index 0a9d22c..f56bbfd 100644 --- a/apps/playback.h +++ b/apps/playback.h @@ -88,10 +88,6 @@ enum bool audio_restore_playback(int type); /* Restores the audio buffer to handle the requested playback */ size_t audio_get_filebuflen(void); -/* Automatic transition? Only valid to call during the track change events, - otherwise the result is undefined. */ -bool audio_automatic_skip(void); - unsigned int playback_status(void); #endif /* _PLAYBACK_H */ |