From f8ca7f3cf6f4a0e967eacfd2e1f9a8ae9625c015 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 14 Mar 2012 23:38:53 +0000 Subject: Use the host URI map/unmap when running as a plugin. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4058 a436a847-0d15-0410-975c-d299462d15a1 --- include/ingen/shared/URIs.hpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'include/ingen/shared/URIs.hpp') diff --git a/include/ingen/shared/URIs.hpp b/include/ingen/shared/URIs.hpp index 01464589..7490526d 100644 --- a/include/ingen/shared/URIs.hpp +++ b/include/ingen/shared/URIs.hpp @@ -33,9 +33,6 @@ class URIs : public boost::noncopyable { public: URIs(Raul::Forge& forge); - uint32_t map_uri(const char* uri); - const char* unmap_uri(uint32_t urid); - struct Quark : public Raul::URI { Quark(const char* str); const char* c_str() const; -- cgit v1.2.1