From 025e87a0d1f22df3dc7ecef3d7119f9b3f6ba788 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Tue, 25 Aug 2020 22:01:44 +0200 Subject: [PATCH] Remove the Voice::TriggerType enum --- src/sfizz/Voice.h | 6 ------ 1 file changed, 6 deletions(-) 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 */