remove unused m_iSoundID

This commit is contained in:
Glenn Maynard
2006-12-23 09:51:50 +00:00
parent 7d822fb2bf
commit cc55d56948
2 changed files with 0 additions and 2 deletions
@@ -332,7 +332,6 @@ void RageSoundDriver::StartMixing( RageSoundBase *pSound )
s.m_pSound = pSound;
s.m_StartTime = pSound->GetStartTime();
s.m_iSoundID = pSound->GetID();
s.m_fVolume = pSound->GetAbsoluteVolume();
s.m_Buffer.clear();