From 96f839e64de70a23210847e322d24690299287fe Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 12 May 2009 22:08:35 +0000 Subject: Remove deprecated new_node interface in favour of URI hackery. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1991 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/events/CreateNodeEvent.hpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src/engine/events/CreateNodeEvent.hpp') diff --git a/src/engine/events/CreateNodeEvent.hpp b/src/engine/events/CreateNodeEvent.hpp index 6b9e4f30..61fd2c5c 100644 --- a/src/engine/events/CreateNodeEvent.hpp +++ b/src/engine/events/CreateNodeEvent.hpp @@ -47,16 +47,6 @@ public: const string& plugin_uri, bool poly); - // DEPRECATED - CreateNodeEvent(Engine& engine, - SharedPtr responder, - SampleCount timestamp, - const string& node_path, - const string& plugin_type, - const string& lib_name, - const string& plugin_label, - bool poly); - void pre_process(); void execute(ProcessContext& context); void post_process(); -- cgit v1.2.1