From 92c50d612a26a4ace4ecf76065d6ef04d29f99f2 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Mon, 3 Oct 2016 22:08:14 -0700 Subject: [PATCH] Removed this nonsense. --- src/midi_Message.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/midi_Message.h b/src/midi_Message.h index a292bc9..1c3a3cd 100644 --- a/src/midi_Message.h +++ b/src/midi_Message.h @@ -43,13 +43,6 @@ struct Message */ static const unsigned sSysExMaxSize = SysExMaxSize; - /*! Static method accessor for SysEx max size, used for unit tests. - */ - static inline unsigned getSysExMaxSize() - { - return SysExMaxSize; - } - /*! The MIDI channel on which the message was recieved. \n Value goes from 1 to 16. */