1
0
Fork 0
forked from len0rd/rockbox

Removed note

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1742 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Björn Stenberg 2002-08-14 19:45:32 +00:00
parent 0570497e3a
commit 095d47ea20

View file

@ -897,7 +897,6 @@ static void mpeg_thread(void)
diffpos = curpos - newpos; diffpos = curpos - newpos;
#warning "Borde inte mp3buflen vara mp3buf_write?"
if(diffpos >= 0 && diffpos < mp3buflen) if(diffpos >= 0 && diffpos < mp3buflen)
{ {
/* We are changing to a position that's already in /* We are changing to a position that's already in