From 5fd859b68a47583eb26e5d6ebfb51b883d3b0761 Mon Sep 17 00:00:00 2001 From: Brandon Low Date: Tue, 8 Jan 2008 18:26:17 +0000 Subject: Take out some no longer needed (and overly complicated) comments, thanks to Nico_P git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16027 a1c6a512-1295-4272-9138-f99709370657 --- apps/playback.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'apps/playback.c') diff --git a/apps/playback.c b/apps/playback.c index 75f1200d68..1e5cd626de 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -17,12 +17,6 @@ * ****************************************************************************/ -/* TODO: Can use the track changed callback to detect end of track and seek - * in the previous track until this happens */ -/* Design: we have prev_ti already, have a conditional for what type of seek - * to do on a seek request, if it is a previous track seek, skip previous, - * and in the request_next_track callback set the offset up the same way that - * starting from an offset works. */ /* TODO: Pause should be handled in here, rather than PCMBUF so that voice can * play whilst audio is paused */ -- cgit v1.2.3