DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit b1facba4057de61d51868aea73f296c72da661fe
parent 259ab6369c23b3934fba4eca743da00b68ff8501
Author: falkTX <falktx@gmail.com>
Date:   Sat,  4 Aug 2018 11:02:11 +0200

Cleanup

Diffstat:
Mdistrho/src/DistrhoPluginVST.cpp | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/distrho/src/DistrhoPluginVST.cpp b/distrho/src/DistrhoPluginVST.cpp @@ -53,8 +53,6 @@ #define effGetPlugCategory 35 #define effEditKeyDown 59 #define effEditKeyUp 60 -#define kPlugCategEffect 1 -#define kPlugCategSynth 2 #define kVstVersion 2400 struct ERect { int16_t top, left, bottom, right;