From ecd68f842be6ca3339a4bc42a75f80cc82cba298 Mon Sep 17 00:00:00 2001 From: lathoub <4082369+lathoub@users.noreply.github.com> Date: Fri, 6 Aug 2021 09:16:38 +0200 Subject: [PATCH] Update BLEMIDI_Transport.h remove unnecessary code --- src/BLEMIDI_Transport.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/BLEMIDI_Transport.h b/src/BLEMIDI_Transport.h index 749574c..ec0d4b9 100644 --- a/src/BLEMIDI_Transport.h +++ b/src/BLEMIDI_Transport.h @@ -338,9 +338,6 @@ public: { #ifndef RUNNING_ENABLE auto midiType = lastStatus & 0xF0; - if (sysExContinuation) - midiType = SystemExclusive; - switch (midiType) { case NoteOff: