mirror of https://github.com/AxioDL/boo.git
Remove redundant loop
This commit is contained in:
parent
6473014178
commit
1c8236d100
|
@ -160,10 +160,6 @@ void BaseAudioVoiceEngine::_unbindFrom(std::list<AudioVoice*>::iterator it)
|
|||
|
||||
void BaseAudioVoiceEngine::_unbindFrom(std::list<AudioSubmix*>::iterator it)
|
||||
{
|
||||
for (AudioVoice* vox : m_activeVoices)
|
||||
{
|
||||
|
||||
}
|
||||
m_activeSubmixes.erase(it);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue