From 8e7f9fe595818939ddd3ce12d946c5d795cbb071 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 20 Jul 2009 05:28:36 +0000 Subject: woops, remove that sim code which I forgot to remove from the older versions of the patch... ordinarily I would have just said fix red, but that would have been boring, and because rasher asked so nicley that we stop it, I thought I'd do him the curtosy... this is also part of my on going goal to increase global warming using the Rockbox botnet^H^H^H^H^H^Hbuild system... also, maybe its bed time? git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21979 a1c6a512-1295-4272-9138-f99709370657 --- apps/mpeg.c | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'apps') diff --git a/apps/mpeg.c b/apps/mpeg.c index 5db0272752..e8cc03d014 100644 --- a/apps/mpeg.c +++ b/apps/mpeg.c @@ -2833,19 +2833,6 @@ static void mpeg_thread(void) { id3->elapsed+=1000; id3->offset+=1000; - if (id3->cuesheet) - { - struct cuesheet *cue = id3->cuesheet; - unsigned elapsed = id3->elapsed; - if (elapsed < cue->curr_track->offset || - (cue->curr_track_idx < cue->track_count-1 && - elapsed >= (cue->curr_track+1)->offset)) - { - cue_find_current_track(id3->cuesheet, id3->elapsed); - cue_spoof_id3(id3->cuesheet, id3); - send_event(PLAYBACK_EVENT_CUESHEET_TRACK_CHANGE, id3); - } - } } if (id3->elapsed>=id3->length) audio_next(); -- cgit