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
@@ -160,7 +160,6 @@ private:
void Deallocate();
RageSoundBase *m_pSound;
int m_iSoundID;
RageTimer m_StartTime;
float m_fVolume;
CircBuf<sound_block> m_Buffer;
@@ -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();