removed deprecated MidiFilterMode (to be removed for v5)

This commit is contained in:
lathoub 2020-03-22 17:27:53 +01:00
parent 3db2424fc9
commit a1de741e8a
1 changed files with 0 additions and 11 deletions

View File

@ -138,17 +138,6 @@ struct Thru
};
};
/*! Deprecated: use Thru::Mode instead.
Will be removed in v5.0.
*/
enum __attribute__ ((deprecated)) MidiFilterMode
{
Off = Thru::Off,
Full = Thru::Full,
SameChannel = Thru::SameChannel,
DifferentChannel = Thru::DifferentChannel,
};
// -----------------------------------------------------------------------------
/*! \brief Enumeration of Control Change command numbers.