summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/playback.c b/apps/playback.c
index b20237cc7c..2739118aeb 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -3625,12 +3625,6 @@ bool audio_restore_playback(int type)
3625 } 3625 }
3626} 3626}
3627 3627
3628/* Has the playback buffer been completely claimed? */
3629bool audio_buffer_state_trashed(void)
3630{
3631 return buffer_state == AUDIOBUF_STATE_TRASHED;
3632}
3633
3634 3628
3635/** --- Miscellaneous public interfaces --- **/ 3629/** --- Miscellaneous public interfaces --- **/
3636 3630