summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/playback.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/apps/playback.c b/apps/playback.c
index 3709b407fa..d974480c35 100644
--- a/apps/playback.c
+++ b/apps/playback.c
@@ -2043,16 +2043,6 @@ static int audio_check_new_track(void)
2043 new_playlist = false; 2043 new_playlist = false;
2044 } 2044 }
2045 2045
2046 /* FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME
2047 * 1) why are we doing this?
2048 * 2) thistrack_id3 has already been cleared anyway */
2049 /* Update the main buffer copy of the track metadata with the one
2050 the codec has been using (for the unbuffer callbacks) */
2051 if (CUR_TI->id3_hid >= 0)
2052 copy_mp3entry(bufgetid3(CUR_TI->id3_hid), thistrack_id3);
2053 /* FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME FIXME */
2054
2055
2056 /* Save a pointer to the old track to allow later clearing */ 2046 /* Save a pointer to the old track to allow later clearing */
2057 prev_ti = CUR_TI; 2047 prev_ti = CUR_TI;
2058 2048