remove old comments

This commit is contained in:
Glenn Maynard
2003-11-02 04:05:38 +00:00
parent 914dc99ced
commit 20798c677c
2 changed files with 1 additions and 3 deletions
+1 -1
View File
@@ -212,7 +212,7 @@ bool RageSoundReader_Vorbisfile::FillBuf()
ret *= 2;
}
else
memcpy( buffer, tmpbuf, ret ); /* XXX optimize */
memcpy( buffer, tmpbuf, ret );
avail = ret;
return true;