summaryrefslogtreecommitdiffstats
path: root/src/client/HTTPEngineSender.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-12 22:08:35 +0000
committerDavid Robillard <d@drobilla.net>2009-05-12 22:08:35 +0000
commit96f839e64de70a23210847e322d24690299287fe (patch)
tree08657ed88c8a96f7261a912df1fcfa38cf83851a /src/client/HTTPEngineSender.hpp
parented1032ca54a55c48d2f7c9709b77a4f4da935e99 (diff)
downloadingen-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/client/HTTPEngineSender.hpp')
-rw-r--r--src/client/HTTPEngineSender.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/client/HTTPEngineSender.hpp b/src/client/HTTPEngineSender.hpp
index 88f3a132..1579e120 100644
--- a/src/client/HTTPEngineSender.hpp
+++ b/src/client/HTTPEngineSender.hpp
@@ -89,11 +89,6 @@ public:
void new_node(const string& path,
const string& plugin_uri);
- void new_node_deprecated(const string& path,
- const string& plugin_type,
- const string& library_name,
- const string& plugin_label);
-
void rename(const string& old_path,
const string& new_name);