NO-OP: whitespace and comments
This commit is contained in:
parent
760a7fda81
commit
86337810fe
@ -846,10 +846,9 @@ LV2Plugin::init(const void* c_plugin, samplecnt_t rate)
|
||||
delete[] params;
|
||||
|
||||
LilvUIs* uis = lilv_plugin_get_uis(plugin);
|
||||
|
||||
if (lilv_uis_size(uis) > 0) {
|
||||
#ifdef HAVE_SUIL
|
||||
// Look for embeddable UI
|
||||
// TODO: Multiple UI support
|
||||
const LilvUI* this_ui = NULL;
|
||||
const LilvNode* this_ui_type = NULL;
|
||||
// Always prefer X11 UIs...
|
||||
|
Loading…
Reference in New Issue
Block a user