From 729fe9275b4c35372007d2e1af9a86d9c9589eab Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Dec 2020 16:06:07 +0100 Subject: Remove meaningless const qualifiers in declarations --- src/jalv_internal.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src') diff --git a/src/jalv_internal.h b/src/jalv_internal.h index 35f206e..5928cc3 100644 --- a/src/jalv_internal.h +++ b/src/jalv_internal.h @@ -432,17 +432,17 @@ bool jalv_ui_is_resizable(Jalv* jalv); void -jalv_ui_write(void* const controller, - uint32_t port_index, - uint32_t buffer_size, - uint32_t protocol, - const void* buffer); +jalv_ui_write(void* controller, + uint32_t port_index, + uint32_t buffer_size, + uint32_t protocol, + const void* buffer); void jalv_apply_ui_events(Jalv* jalv, uint32_t nframes); uint32_t -jalv_ui_port_index(void* const controller, const char* symbol); +jalv_ui_port_index(void* controller, const char* symbol); void jalv_ui_port_event(Jalv* jalv, -- cgit v1.2.1