Removed this nonsense.
This commit is contained in:
parent
c86d6f2e26
commit
92c50d612a
|
|
@ -43,13 +43,6 @@ struct Message
|
||||||
*/
|
*/
|
||||||
static const unsigned sSysExMaxSize = SysExMaxSize;
|
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.
|
/*! The MIDI channel on which the message was recieved.
|
||||||
\n Value goes from 1 to 16.
|
\n Value goes from 1 to 16.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue