summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Low <lostlogic@rockbox.org>2008-01-08 18:26:17 +0000
committerBrandon Low <lostlogic@rockbox.org>2008-01-08 18:26:17 +0000
commit5fd859b68a47583eb26e5d6ebfb51b883d3b0761 (patch)
treebe05d066a55790f3e3c4bb8076a2ae09185dccb6
parentca55f133de16d928d57f6900a279e8efc66f7f26 (diff)
downloadrockbox-5fd859b68a47583eb26e5d6ebfb51b883d3b0761.tar.gz
rockbox-5fd859b68a47583eb26e5d6ebfb51b883d3b0761.zip
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
-rw-r--r--apps/playback.c6
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 @@
17 * 17 *
18 ****************************************************************************/ 18 ****************************************************************************/
19 19
20/* TODO: Can use the track changed callback to detect end of track and seek
21 * in the previous track until this happens */
22/* Design: we have prev_ti already, have a conditional for what type of seek
23 * to do on a seek request, if it is a previous track seek, skip previous,
24 * and in the request_next_track callback set the offset up the same way that
25 * starting from an offset works. */
26/* TODO: Pause should be handled in here, rather than PCMBUF so that voice can 20/* TODO: Pause should be handled in here, rather than PCMBUF so that voice can
27 * play whilst audio is paused */ 21 * play whilst audio is paused */
28 22