diff options
author | David Robillard <d@drobilla.net> | 2009-05-12 22:08:35 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-05-12 22:08:35 +0000 |
commit | 96f839e64de70a23210847e322d24690299287fe (patch) | |
tree | 08657ed88c8a96f7261a912df1fcfa38cf83851a /src/common | |
parent | ed1032ca54a55c48d2f7c9709b77a4f4da935e99 (diff) | |
download | ingen-96f839e64de70a23210847e322d24690299287fe.tar.gz ingen-96f839e64de70a23210847e322d24690299287fe.tar.bz2 ingen-96f839e64de70a23210847e322d24690299287fe.zip |
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
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/interface/EngineInterface.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
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; |