remove old comments: this is all in RageSoundPosMap now

This commit is contained in:
Glenn Maynard
2005-11-23 19:03:04 +00:00
parent 217193ce45
commit a42177e5df
-8
View File
@@ -541,14 +541,6 @@ int RageSound::GetPCM( char *pBuffer, int iSize, int64_t iFrameno )
{
ASSERT( m_bPlaying );
/*
* "frameno" is the audio driver's conception of time. "position"
* is ours. Keep track of frameno->position mappings.
*
* This way, when we query the time later on, we can derive position
* values from the frameno values returned from GetPosition.
*/
/* Now actually put data from the correct buffer into the output. */
int iBytesStored = 0;
while( iBytesStored < iSize )