remove GetOffsetFix

This commit is contained in:
Glenn Maynard
2004-02-20 04:16:12 +00:00
parent eb936c6deb
commit 6acfd7a22e
6 changed files with 4 additions and 10 deletions
@@ -17,7 +17,6 @@ bool SoundReader_Preload::Open(SoundReader *source)
{
ASSERT(source);
samplerate = source->GetSampleRate();
OffsetFix = source->GetOffsetFix(); // propagate upwards
/* Check the length, and see if we think it'll fit in the buffer. */
int len = source->GetLength_Fast();