summaryrefslogtreecommitdiff
path: root/apps/playback.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/playback.c')
-rw-r--r--apps/playback.c13
1 files changed, 0 insertions, 13 deletions
diff --git a/apps/playback.c b/apps/playback.c
index c93dd28071..37a86d511c 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -2092,19 +2092,6 @@ int audio_status(void)
2092 return ret; 2092 return ret;
2093} 2093}
2094 2094
2095void set_audio_status(int status)
2096{
2097 if (status & AUDIO_STATUS_PLAY)
2098 playing = true;
2099 else
2100 playing = false;
2101
2102 if (status & AUDIO_STATUS_PAUSE)
2103 paused = true;
2104 else
2105 paused = false;
2106}
2107
2108int audio_get_file_pos(void) 2095int audio_get_file_pos(void)
2109{ 2096{
2110 return 0; 2097 return 0;