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/common/interface/EngineInterface.hpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/common') diff --git a/src/common/interface/EngineInterface.hpp b/src/common/interface/EngineInterface.hpp index 2e84e4e3..14289c20 100644 --- a/src/common/interface/EngineInterface.hpp +++ b/src/common/interface/EngineInterface.hpp @@ -56,12 +56,6 @@ public: // Object commands - /** DEPRECATED */ - virtual void new_node_deprecated(const std::string& path, - const std::string& plugin_type, - const std::string& library_name, - const std::string& plugin_label) = 0; - virtual void disconnect_all(const std::string& parent_patch_path, const std::string& path) = 0; -- cgit v1.2.1