mirror of
https://github.com/libretro/RetroArch
synced 2025-02-28 22:13:51 +00:00
Silence Coverity warning
This commit is contained in:
parent
99e7cb7d75
commit
18f06e177e
@ -435,9 +435,6 @@ audio_mixer_voice_t* audio_mixer_play(audio_mixer_sound_t* sound, bool repeat,
|
||||
|
||||
for (i = 0; i < AUDIO_MIXER_MAX_VOICES; i++, voice++)
|
||||
{
|
||||
if (!voice)
|
||||
continue;
|
||||
|
||||
if (voice->type != AUDIO_MIXER_TYPE_NONE)
|
||||
continue;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user