summaryrefslogtreecommitdiffstats
path: root/ingen/Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Node.hpp')
-rw-r--r--ingen/Node.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/ingen/Node.hpp b/ingen/Node.hpp
index 18987749..e0fcf338 100644
--- a/ingen/Node.hpp
+++ b/ingen/Node.hpp
@@ -76,9 +76,6 @@ public:
virtual const Raul::Symbol& symbol() const = 0;
protected:
- friend class Store;
- virtual void set_path(const Raul::Path& p) = 0;
-
Node(const URIs& uris, const Raul::Path& path)
: Resource(uris, path_to_uri(path))
{}