remove stale cruft

This commit is contained in:
Glenn Maynard
2006-12-27 05:41:29 +00:00
parent 65e6922aca
commit ee2ab2b0bb
2 changed files with 0 additions and 2 deletions
@@ -12,7 +12,6 @@ RageSoundReader_SpeedChange::RageSoundReader_SpeedChange( RageSoundReader *pSour
m_Channels.resize( pSource->GetNumChannels() );
SetSpeedRatio( 1.3f );
Reset();
nn = 0;
}
void RageSoundReader_SpeedChange::SetSpeedRatio( float fRatio )
@@ -53,7 +53,6 @@ protected:
int m_iPos;
float fSpeed;
int nn;
int m_iDeltaFrames;
int m_iTrailingDeltaFrames;
};