From 4355a2f0bb3e35f9004ac961a8978f16cfe46a99 Mon Sep 17 00:00:00 2001 From: Vesa Date: Tue, 1 Apr 2014 01:27:24 +0300 Subject: [PATCH] Remove comment --- include/aeffectx.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/include/aeffectx.h b/include/aeffectx.h index 619c2ca39..852ac72fe 100644 --- a/include/aeffectx.h +++ b/include/aeffectx.h @@ -113,12 +113,7 @@ const int effGetVstVersion = 58; // currently unused const int kEffectMagic = CCONST( 'V', 's', 't', 'P' ); const int kVstLangEnglish = 1; const int kVstMidiType = 1; -/*const int kVstParameterUsesFloatStep = 1 << 2; -const int kVstPpqPosValid = 1 << 9; -const int kVstTempoValid = 1 << 10; -const int kVstBarsValid = 1 << 11; -const int kVstCyclePosValid = 1 << 12; -const int kVstTimeSigValid = 1 << 13;*/ + const int kVstTransportPlaying = 1 << 1; const int kVstTransportCycleActive = 1 << 2; const int kVstTransportChanged = 1;