mirror of
https://github.com/mikeoliphant/neural-amp-modeler-lv2.git
synced 2026-05-14 12:30:01 +02:00
General cleanup, no functional changes
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
+1
-3
@@ -66,10 +66,8 @@ static const void* extension_data(const char* uri)
|
||||
static const LV2_State_Interface state = {NAM::Plugin::save, NAM::Plugin::restore};
|
||||
static const LV2_Worker_Interface worker = { NAM::Plugin::work, NAM::Plugin::work_response, NULL };
|
||||
|
||||
if (!strcmp(uri, LV2_STATE__interface)) {
|
||||
if (!strcmp(uri, LV2_STATE__interface))
|
||||
return &state;
|
||||
}
|
||||
|
||||
if (!strcmp(uri, LV2_WORKER__interface))
|
||||
return &worker;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user