X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/57fe6b4fb97668eb15c4fa56095c0abd746d6c99..a9e0935a90346beb0c981924becc1f55d969a08b:/LUFA/Drivers/USB/Class/Device/MIDI.c diff --git a/LUFA/Drivers/USB/Class/Device/MIDI.c b/LUFA/Drivers/USB/Class/Device/MIDI.c index d3f8f55b6..1a66dc867 100644 --- a/LUFA/Drivers/USB/Class/Device/MIDI.c +++ b/LUFA/Drivers/USB/Class/Device/MIDI.c @@ -35,11 +35,6 @@ #define __INCLUDE_FROM_MIDI_DRIVER #include "MIDI.h" -void MIDI_Device_ProcessControlRequest(USB_ClassInfo_MIDI_Device_t* const MIDIInterfaceInfo) -{ - -} - bool MIDI_Device_ConfigureEndpoints(USB_ClassInfo_MIDI_Device_t* const MIDIInterfaceInfo) { memset(&MIDIInterfaceInfo->State, 0x00, sizeof(MIDIInterfaceInfo->State));