From 8935cca8706d74f39d3cca43b4df3ab48799b06a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 May 2009 18:15:11 +0000 Subject: Replace new_plugin with put. Fix default symbol generation (URI chopping). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2029 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/LADSPAPlugin.hpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/engine/LADSPAPlugin.hpp') diff --git a/src/engine/LADSPAPlugin.hpp b/src/engine/LADSPAPlugin.hpp index 967a2fd4..0a9bbdd7 100644 --- a/src/engine/LADSPAPlugin.hpp +++ b/src/engine/LADSPAPlugin.hpp @@ -42,12 +42,7 @@ public: const std::string& uri, unsigned long id, const std::string& label, - const std::string& name) - : PluginImpl(Plugin::LADSPA, uri, library_path) - , _id(id) - , _label(label) - , _name(Raul::Atom::STRING, name) - {} + const std::string& name); NodeImpl* instantiate(const std::string& name, bool polyphonic, -- cgit v1.2.1