mirror of
https://github.com/AxioDL/boo.git
synced 2025-12-08 21:17:50 +00:00
Remove redundant loop
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user