From d0d1a3f2f73a3c6babdefe3c4401acfbef44471b Mon Sep 17 00:00:00 2001 From: Andree Buschmann Date: Thu, 28 Apr 2011 21:07:28 +0000 Subject: Remove unneeded update of ci->id3->frequency in aac and raac codec. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29794 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/aac.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'apps/codecs/aac.c') diff --git a/apps/codecs/aac.c b/apps/codecs/aac.c index 90cf043..cd81b5a 100644 --- a/apps/codecs/aac.c +++ b/apps/codecs/aac.c @@ -123,8 +123,6 @@ enum codec_status codec_run(void) } #endif - ci->id3->frequency = s; - i = 0; if (file_offset > 0) { -- cgit v1.1