Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Trinitou <[email protected]>
  • Loading branch information
abique and Trinitou authored Nov 4, 2023
1 parent 5b24f80 commit 5651cd6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion include/clap/ext/gui.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down
1 change: 0 additions & 1 deletion include/clap/plugin.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 5651cd6

Please sign in to comment.