From a42177e5df47cfdd4f6868e0658994477d583401 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 23 Nov 2005 19:03:04 +0000 Subject: [PATCH] remove old comments: this is all in RageSoundPosMap now --- stepmania/src/RageSound.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/stepmania/src/RageSound.cpp b/stepmania/src/RageSound.cpp index d62ccadbba..24b5c76820 100644 --- a/stepmania/src/RageSound.cpp +++ b/stepmania/src/RageSound.cpp @@ -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 )