diff options
Diffstat (limited to 'apps/codecs/raac.c')
| -rw-r--r-- | apps/codecs/raac.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs/raac.c b/apps/codecs/raac.c index 4b73f41..48a0b60 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); |