Removed duplicate cae value.

This commit is contained in:
Francois Best 2012-07-03 08:31:19 +02:00
parent 5bda959405
commit c87a6c7bb5
1 changed files with 0 additions and 2 deletions

View File

@ -528,8 +528,6 @@ bool MIDI_Class::parse(byte inChannel)
case ProgramChange: case ProgramChange:
case AfterTouchChannel: case AfterTouchChannel:
case PitchBend: case PitchBend:
case ProgramChange:
case AfterTouchChannel:
// If the status byte is not received, prepend it // If the status byte is not received, prepend it
// to the pending message // to the pending message