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/QueuedEngineInterface.cpp | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'src/engine/QueuedEngineInterface.cpp') diff --git a/src/engine/QueuedEngineInterface.cpp b/src/engine/QueuedEngineInterface.cpp index 00d142c9..4c24c405 100644 --- a/src/engine/QueuedEngineInterface.cpp +++ b/src/engine/QueuedEngineInterface.cpp @@ -174,21 +174,10 @@ void QueuedEngineInterface::new_node(const string& path, const string& plugin_uri) { - push_queued(new CreateNodeEvent(_engine, _responder, now(), - path, plugin_uri, true)); // FIXME: polyphonic by default + push_queued(new CreateNodeEvent(_engine, _responder, now(), path, plugin_uri, true)); } -void -QueuedEngineInterface::new_node_deprecated(const string& path, - const string& plugin_type, - const string& plugin_lib, - const string& plugin_label) -{ - push_queued(new CreateNodeEvent(_engine, _responder, now(), - path, plugin_type, plugin_lib, plugin_label, true)); // FIXME: polyphonic by default -} - void QueuedEngineInterface::rename(const string& old_path, const string& new_path) -- cgit v1.2.1