commit 5651cd65cb2b65d1cd32d557020cba794b577594
parent 5b24f8023b68e2a455633868b5df460a09a58ff0
Author: Alexandre Bique <bique.alexandre@gmail.com>
Date: Sat, 4 Nov 2023 11:32:05 +0100
Apply suggestions from code review
Co-authored-by: Trinitou <106991375+Trinitou@users.noreply.github.com>
Diffstat:
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/include/clap/ext/gui.h b/include/clap/ext/gui.h
@@ -211,7 +211,6 @@ typedef struct clap_host_gui {
// Note: if not called from the main thread, then a return value simply means that the host
// acknowledged the request and will process it asynchronously. If the request then can't be
// satisfied then the host will call set_size() to revert the operation.
- //
// [thread-safe & !floating]
bool(CLAP_ABI *request_resize)(const clap_host_t *host, uint32_t width, uint32_t height);
diff --git a/include/clap/plugin.h b/include/clap/plugin.h
@@ -60,7 +60,6 @@ typedef struct clap_plugin {
// the [min, max] range, which is bounded by [1, INT32_MAX].
// Once activated the latency and port configuration must remain constant, until deactivation.
// Returns true on success.
- //
// [main-thread & !active_state]
bool(CLAP_ABI *activate)(const struct clap_plugin *plugin,
double sample_rate,