I am dumb

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9665 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Brandon Low 2006-04-14 17:39:18 +00:00
parent 7c986a91a6
commit de25006ad9

View file

@ -646,8 +646,6 @@ size_t buffer_count_tracks(int from_track, int to_track) {
size_t amount = 0;
bool need_wrap = to_track < from_track;
from_track++;
while (1)
{
if (++from_track >= MAX_TRACK)