summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/codecs/aac.c2
-rw-r--r--apps/codecs/raac.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/apps/codecs/aac.c b/apps/codecs/aac.c
index 90cf0438ce..cd81b5a584 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) {
diff --git a/apps/codecs/raac.c b/apps/codecs/raac.c
index 4b73f41462..48a0b60ce1 100644
--- a/apps/codecs/raac.c
+++ b/apps/codecs/raac.c
@@ -110,8 +110,6 @@ enum codec_status codec_run(void)
param = (int)resume_offset * ((rmctx.block_align * 8 * 1000)/rmctx.bit_rate);
action = CODEC_ACTION_SEEK_TIME;
}
-
- ci->id3->frequency = s; /* FIXME: Won't get it to the UI */
ci->set_elapsed(0);
ci->advance_buffer(rmctx.data_offset + DATA_HEADER_SIZE);