summaryrefslogtreecommitdiffstats
path: root/ingen/Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Node.hpp')
-rw-r--r--ingen/Node.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/ingen/Node.hpp b/ingen/Node.hpp
index ddf7bf82..51b000bf 100644
--- a/ingen/Node.hpp
+++ b/ingen/Node.hpp
@@ -77,13 +77,6 @@ public:
virtual const Raul::Path& path() const = 0;
virtual const Raul::Symbol& symbol() const = 0;
- Raul::URI base_uri() const {
- if (uri()[uri().size() - 1] == '/') {
- return uri();
- }
- return Raul::URI(uri() + '/');
- }
-
protected:
friend class Store;
virtual void set_path(const Raul::Path& p) = 0;