commit 21ea2a1986ab8cb73e335642b221aefe6480c09f parent 118da80c4433e1c2132c8eca2e1744bdd44ec5c2 Author: Alexandre Bique <bique.alexandre@gmail.com> Date: Wed, 14 Dec 2022 10:18:39 +0100 param indication: better without clear Diffstat:
M | include/clap/ext/draft/param-indication.h | | | 3 | --- |
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/include/clap/ext/draft/param-indication.h b/include/clap/ext/draft/param-indication.h @@ -26,9 +26,6 @@ typedef struct clap_plugin_param_indication { clap_id param_id, bool is_mapped, const clap_color_t *mapping_color); - - // Clears all parameters mapping indications - void(CLAP_ABI *clear)(const clap_plugin_t *plugin); } clap_plugin_param_indication_t; #ifdef __cplusplus