summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/mpeg.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/mpeg.c b/firmware/mpeg.c
index 0eea71228c..85041148f0 100644
--- a/firmware/mpeg.c
+++ b/firmware/mpeg.c
@@ -835,7 +835,6 @@ static int add_track_to_tag_list(const char *filename)
835 return 0; 835 return 0;
836} 836}
837 837
838/* If next_track is true, opens the next track, if false, opens prev track */
839static int new_file(int steps) 838static int new_file(int steps)
840{ 839{
841 int max_steps = playlist_amount(); 840 int max_steps = playlist_amount();