From 19d8d015b0ccb05152fb832c62402b950a5622bc Mon Sep 17 00:00:00 2001 From: Eva Date: Sat, 16 Nov 2024 18:13:44 -0500 Subject: [PATCH] remove erroneous comment in ambisonic.h comment refered to a previous version of the ambisonic extension. --- include/clap/ext/ambisonic.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/clap/ext/ambisonic.h b/include/clap/ext/ambisonic.h index c9775171..8889904b 100644 --- a/include/clap/ext/ambisonic.h +++ b/include/clap/ext/ambisonic.h @@ -43,9 +43,6 @@ typedef struct clap_plugin_ambisonic { const clap_ambisonic_config_t *config); // Returns true on success - // - // config_id: the configuration id, see clap_plugin_audio_ports_config. - // If config_id is CLAP_INVALID_ID, then this function queries the current port info. // [main-thread] bool(CLAP_ABI *get_config)(const clap_plugin_t *plugin, bool is_input,