From 99f81c3ece7a1341710bf8acea5ecb60281e5b11 Mon Sep 17 00:00:00 2001 From: Anthony Nicholls Date: Thu, 5 Sep 2024 18:58:15 +0100 Subject: [PATCH] VST3: Remove an out of date comment --- .../juce_audio_processors/format_types/juce_VST3Headers.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/juce_audio_processors/format_types/juce_VST3Headers.h b/modules/juce_audio_processors/format_types/juce_VST3Headers.h index db2c4f11d7..bcdd9a9d41 100644 --- a/modules/juce_audio_processors/format_types/juce_VST3Headers.h +++ b/modules/juce_audio_processors/format_types/juce_VST3Headers.h @@ -94,14 +94,6 @@ JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-W#warnings", #undef DEVELOPMENT #define DEVELOPMENT 0 // This avoids a Clang warning in Steinberg code about unused values -/* These files come with the Steinberg VST3 SDK - to get them, you'll need to - visit the Steinberg website and agree to whatever is currently required to - get them. - - Then, you'll need to make sure your include path contains your "VST3 SDK" - directory (or whatever you've named it on your machine). The Projucer has - a special box for setting this path. -*/ #if JUCE_VST3HEADERS_INCLUDE_HEADERS_ONLY #include #include