summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/codecs/spc.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/apps/codecs/spc.c b/apps/codecs/spc.c
index ae3026354d..33618f1c85 100644
--- a/apps/codecs/spc.c
+++ b/apps/codecs/spc.c
@@ -570,12 +570,6 @@ enum codec_status codec_main(void)
570 ID666.length=3*60*1000; /* 3 minutes */ 570 ID666.length=3*60*1000; /* 3 minutes */
571 ID666.fade=5*1000; /* 5 seconds */ 571 ID666.fade=5*1000; /* 5 seconds */
572 } 572 }
573 ci->id3->length = ID666.length+ID666.fade;
574 ci->id3->title = ID666.song;
575 ci->id3->album = ID666.game;
576 ci->id3->artist = ID666.artist;
577 ci->id3->year = ID666.year;
578 ci->id3->comment = ID666.comments;
579 573
580 reset_profile_timers(); 574 reset_profile_timers();
581 } 575 }