diff options
author | Brandon Low <lostlogic@rockbox.org> | 2008-01-08 18:26:17 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@rockbox.org> | 2008-01-08 18:26:17 +0000 |
commit | 5fd859b68a47583eb26e5d6ebfb51b883d3b0761 (patch) | |
tree | be05d066a55790f3e3c4bb8076a2ae09185dccb6 /apps/playback.c | |
parent | ca55f133de16d928d57f6900a279e8efc66f7f26 (diff) |
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
Diffstat (limited to 'apps/playback.c')
-rw-r--r-- | apps/playback.c | 6 |
1 files changed, 0 insertions, 6 deletions
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 */ |