necessary cleaning of single comment

This commit is contained in:
Stefano D'Angelo 2025-07-25 08:20:00 +02:00
parent 59838dda25
commit 9310b08670

View File

@ -592,7 +592,7 @@ static LV2UI_Handle ui_instantiate(const LV2UI_Descriptor * descriptor, const ch
(void)descriptor; (void)descriptor;
(void)plugin_uri; (void)plugin_uri;
// make C++ compilers happy; // make C++ compilers happy
char has_parent; char has_parent;
void *parent; void *parent;
plugin_ui_callbacks cbs; plugin_ui_callbacks cbs;