From faf4db950721d5425bc8078d0fa6606e7064e69a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 11 May 2009 21:51:47 +0000 Subject: Don't cause slv2 to load plugin data until a plugin is loaded or menu requested (faster startup). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1977 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/NodeFactory.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/engine/NodeFactory.cpp') diff --git a/src/engine/NodeFactory.cpp b/src/engine/NodeFactory.cpp index dd59f41a..9ec58d80 100644 --- a/src/engine/NodeFactory.cpp +++ b/src/engine/NodeFactory.cpp @@ -180,8 +180,6 @@ NodeFactory::load_lv2_plugins() LV2Plugin* const plugin = new LV2Plugin(_lv2_info, uri); plugin->slv2_plugin(lv2_plug); - plugin->library_path(slv2_uri_to_path(slv2_value_as_uri( - slv2_plugin_get_library_uri(lv2_plug)))); _plugins.insert(make_pair(uri, plugin)); } -- cgit v1.2.1