summaryrefslogtreecommitdiffstats
path: root/include/ingen/shared/URIs.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/ingen/shared/URIs.hpp')
-rw-r--r--include/ingen/shared/URIs.hpp3
1 files changed, 0 insertions, 3 deletions
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;