From fda5cee1f35fae18bc9a0df33876c34e85eae09e Mon Sep 17 00:00:00 2001 From: OBattler Date: Sat, 11 Nov 2023 16:58:44 +0100 Subject: [PATCH] And in sound/midi_opl4.c. --- src/sound/midi_opl4.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/sound/midi_opl4.c b/src/sound/midi_opl4.c index ba641701c..9708db150 100644 --- a/src/sound/midi_opl4.c +++ b/src/sound/midi_opl4.c @@ -437,7 +437,6 @@ note_on(uint8_t note, uint8_t velocity, MIDI_CHANNEL_DATA *midi_channel, opl4_mi const YRW801_WAVE_DATA *wave_data[2]; VOICE_DATA *voice[2]; uint8_t i = 0, voices = 0; - uint32_t j = 0; while (opl4_midi->gen_in_progress) { }