diff --git a/src/sfizz/Voice.h b/src/sfizz/Voice.h index 59ed0a46..682132ae 100644 --- a/src/sfizz/Voice.h +++ b/src/sfizz/Voice.h @@ -44,12 +44,6 @@ public: ~Voice(); - enum class TriggerType { - NoteOn, - NoteOff, - CC - }; - /** * @brief Get the unique identifier of this voice in a synth */