removed novst macro

This commit is contained in:
itsmattkc
2019-03-23 01:46:02 +11:00
parent b8331ce4b9
commit 8c8977f18d
4 changed files with 0 additions and 12 deletions
-2
View File
@@ -59,11 +59,9 @@ void load_internal_effects() {
em.internal = EFFECT_INTERNAL_PAN;
effects.append(em);
#ifndef NOVST
em.name = "VST Plugin 2.x";
em.internal = EFFECT_INTERNAL_VST;
effects.append(em);
#endif
em.name = "Tone";
em.internal = EFFECT_INTERNAL_TONE;