commit 5b972ca42b3751eef5f2afb1de379e2efffc92f3
parent 008f56c08a9d4a68350f570c84471ab54d947a0b
Author: Alexandre BIQUE <bique.alexandre@gmail.com>
Date: Sun, 16 May 2021 00:28:38 +0200
That optimization was not necessary, better to not have it
Diffstat:
1 file changed, 0 insertions(+), 5 deletions(-)
diff --git a/include/clap/ext/params.h b/include/clap/ext/params.h
@@ -143,11 +143,6 @@ typedef struct clap_host_params {
// Rescan the full list of parameters according to the flags.
// [main-thread]
void (*rescan)(clap_host *host, uint32_t flags);
-
- // Only rescan the given subset of parameters according to the flags.
- // CLAP_PARAM_RESCAN_ALL can't be used with this method.
- // [main-thread]
- void (*rescan_params)(clap_host *host, uint32_t flags, const uint32_t *indexes, uint32_t count);
} clap_host_params;
#ifdef __cplusplus