remove unused m_iSoundID
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user