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;
-2
View File
@@ -162,8 +162,6 @@ CString hr_ssprintf( int hr, const char *fmt, ...)
va_end(va);
#ifdef _XBOX
/* XXX: This doesn't work for DirectInput or DirectSound; why is it needed?
* XBox uses DI and DS, too, right? -glenn */
char szError[1024] = "";
D3DXGetErrorString( hr, szError, sizeof(szError) );
#else