diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/lv2_jack_host.c | 1 | ||||
-rw-r--r-- | hosts/lv2_simple_jack_host.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/hosts/lv2_jack_host.c b/hosts/lv2_jack_host.c index 6350a3a..1118a6c 100644 --- a/hosts/lv2_jack_host.c +++ b/hosts/lv2_jack_host.c @@ -69,7 +69,6 @@ main(int argc, char** argv) /* Find all installed plugins */ SLV2Plugins plugins = slv2_plugins_new(); slv2_plugins_load_all(plugins); - //slv2_plugins_load_bundle(plugins, "http://www.scs.carleton.ca/~drobilla/files/Amp-swh.lv2"); /* Find the plugin to run */ const char* plugin_uri = (argc == 2) ? argv[1] : NULL; diff --git a/hosts/lv2_simple_jack_host.c b/hosts/lv2_simple_jack_host.c index 8510f40..3e808c2 100644 --- a/hosts/lv2_simple_jack_host.c +++ b/hosts/lv2_simple_jack_host.c @@ -54,7 +54,6 @@ main(int argc, char** argv) /* Find all installed plugins */ SLV2Plugins plugins = slv2_plugins_new(); slv2_plugins_load_all(plugins); - //slv2_plugins_load_bundle(plugins, "http://www.scs.carleton.ca/~drobilla/files/Amp-swh.lv2"); /* Find the plugin to run */ const char* plugin_uri = (argc == 2) ? argv[1] : NULL; |