mirror of
https://github.com/AxioDL/boo.git
synced 2025-05-15 11:51:27 +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)
|
void BaseAudioVoiceEngine::_unbindFrom(std::list<AudioSubmix*>::iterator it)
|
||||||
{
|
{
|
||||||
for (AudioVoice* vox : m_activeVoices)
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
m_activeSubmixes.erase(it);
|
m_activeSubmixes.erase(it);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user