mirror of
https://github.com/AxioDL/boo.git
synced 2025-05-14 19:31:20 +00:00
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…
x
Reference in New Issue
Block a user