13
0

Fix a -Wunused-but-set-variable

This commit is contained in:
Robin Gareus 2019-01-02 18:59:03 +01:00
parent 552ede7695
commit 86a78dc100
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -1492,7 +1492,6 @@ AlsaAudioBackend::midi_device_thread ()
assert (event->source.client == SND_SEQ_CLIENT_SYSTEM);
const snd_seq_addr_t addr = event->data.addr;
switch (event->type) {
case SND_SEQ_EVENT_PORT_START:
case SND_SEQ_EVENT_PORT_EXIT: