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
This commit is contained in:
Brandon Low 2008-01-08 18:26:17 +00:00
parent ca55f133de
commit 5fd859b68a

View file

@ -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 */