From 5b24f8023b68e2a455633868b5df460a09a58ff0 Mon Sep 17 00:00:00 2001 From: Alexandre Bique Date: Sat, 4 Nov 2023 11:29:34 +0100 Subject: [PATCH] Update include/clap/ext/draft/preset-load.h Co-authored-by: Trinitou <106991375+Trinitou@users.noreply.github.com> --- include/clap/ext/draft/preset-load.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/clap/ext/draft/preset-load.h b/include/clap/ext/draft/preset-load.h index 24f66325..92263f11 100644 --- a/include/clap/ext/draft/preset-load.h +++ b/include/clap/ext/draft/preset-load.h @@ -12,7 +12,6 @@ typedef struct clap_plugin_preset_load { // Loads a preset in the plugin native preset file format from a location. // The preset discovery provider defines the location and load_key to be passed to this function. // Returns true on success. - // // [main-thread] bool(CLAP_ABI *from_location)(const clap_plugin_t *plugin, uint32_t location_kind,