From 753ef8adab6dca2e865417b8b35871b81fb7d0c6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 6 Apr 2007 04:29:27 +0000 Subject: Email address and FSF copyright address updates. git-svn-id: http://svn.drobilla.net/lad/slv2@405 a436a847-0d15-0410-975c-d299462d15a1 --- hosts/lv2_simple_jack_host.c | 1 - 1 file changed, 1 deletion(-) (limited to 'hosts/lv2_simple_jack_host.c') 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; -- cgit v1.2.1