summaryrefslogtreecommitdiffstats
path: root/ingen/Node.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/Node.hpp')
-rw-r--r--ingen/Node.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/ingen/Node.hpp b/ingen/Node.hpp
index a585d03a..ddf7bf82 100644
--- a/ingen/Node.hpp
+++ b/ingen/Node.hpp
@@ -76,7 +76,6 @@ public:
virtual GraphType graph_type() const = 0;
virtual const Raul::Path& path() const = 0;
virtual const Raul::Symbol& symbol() const = 0;
- virtual Node* graph_parent() const = 0;
Raul::URI base_uri() const {
if (uri()[uri().size() - 1] == '/') {