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 6e57c03fad..0571f5fe55 100644
--- a/apps/playback.h
+++ b/apps/playback.h
@@ -87,7 +87,6 @@ enum
87}; 87};
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);
90bool audio_buffer_state_trashed(void);
91 90
92/* Automatic transition? Only valid to call during the track change events, 91/* Automatic transition? Only valid to call during the track change events,
93 otherwise the result is undefined. */ 92 otherwise the result is undefined. */