commit 31f390907a72c38ac86743d556c675e518baab57
parent b28d78e4806c8de1ca7f8a6c5c7375269eebcde9
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Thu, 29 Dec 2022 21:02:44 +0100
unnecessary include
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/include/clap/preset-features.h b/include/clap/preset-features.h
@@ -1,15 +1,13 @@
#pragma once
// This file provides a set of standard preset features meant to be used
-// within clap_plugin_descriptor.features.
+// within preset discovery.
//
// For practical reasons we'll avoid spaces and use `-` instead to facilitate
// scripts that generate the feature array.
//
// Non-standard features should be formated as follow: "$namespace:$feature"
-#include "plugin-features.h"
-
#define CLAP_PRESET_FEATURE_KICK "kick"
#define CLAP_PRESET_FEATURE_TOM "tom"
#define CLAP_PRESET_FEATURE_SNARE "snare"