summaryrefslogtreecommitdiff
path: root/apps/codecs/spc.c
diff options
context:
space:
mode:
authorAdam Gashlin <agashlin@gmail.com>2007-12-06 00:43:52 +0000
committerAdam Gashlin <agashlin@gmail.com>2007-12-06 00:43:52 +0000
commitd83ceef0c2c251a917a111fefaef32421ef343e4 (patch)
treec32a185cae7cd650af4591e1b54618e7b26963d3 /apps/codecs/spc.c
parent1114dc58685e29e173641f78d939ec1a8c0d28f7 (diff)
downloadrockbox-d83ceef0c2c251a917a111fefaef32421ef343e4.tar.gz
rockbox-d83ceef0c2c251a917a111fefaef32421ef343e4.zip
metadata writing does not belong in the spc codec
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15884 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/spc.c')
-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 }