summaryrefslogtreecommitdiff
path: root/apps/codecs/raac.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/raac.c')
-rw-r--r--apps/codecs/raac.c2
1 files changed, 0 insertions, 2 deletions
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)
110 param = (int)resume_offset * ((rmctx.block_align * 8 * 1000)/rmctx.bit_rate); 110 param = (int)resume_offset * ((rmctx.block_align * 8 * 1000)/rmctx.bit_rate);
111 action = CODEC_ACTION_SEEK_TIME; 111 action = CODEC_ACTION_SEEK_TIME;
112 } 112 }
113
114 ci->id3->frequency = s; /* FIXME: Won't get it to the UI */
115 ci->set_elapsed(0); 113 ci->set_elapsed(0);
116 ci->advance_buffer(rmctx.data_offset + DATA_HEADER_SIZE); 114 ci->advance_buffer(rmctx.data_offset + DATA_HEADER_SIZE);
117 115