From d83ceef0c2c251a917a111fefaef32421ef343e4 Mon Sep 17 00:00:00 2001 From: Adam Gashlin Date: Thu, 6 Dec 2007 00:43:52 +0000 Subject: metadata writing does not belong in the spc codec git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15884 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/spc.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/codecs/spc.c') 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) ID666.length=3*60*1000; /* 3 minutes */ ID666.fade=5*1000; /* 5 seconds */ } - ci->id3->length = ID666.length+ID666.fade; - ci->id3->title = ID666.song; - ci->id3->album = ID666.game; - ci->id3->artist = ID666.artist; - ci->id3->year = ID666.year; - ci->id3->comment = ID666.comments; reset_profile_timers(); } -- cgit v1.2.3