Misclick.

This commit is contained in:
Steve Checkoway
2007-02-22 19:36:58 +00:00
parent dca5f7a223
commit 65b279ce89
+1 -2
View File
@@ -710,7 +710,7 @@ RageSoundReader_MP3 *RageSoundReader_MP3::Copy() const
return ret;
}
#if 0
/* dst and src are buffers of 16-bit samples. len is the number of bytes
* to copy from src. len must be even. */
static void mono_to_stereo( char *dst, const char *src, unsigned len )
@@ -726,7 +726,6 @@ static void mono_to_stereo( char *dst, const char *src, unsigned len )
src += 2;
}
}
#endif
int RageSoundReader_MP3::Read( float *buf, int iFrames )
{