summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
Diffstat (limited to 'ingen')
-rw-r--r--ingen/Node.hpp1
-rw-r--r--ingen/client/ObjectModel.hpp2
2 files changed, 0 insertions, 3 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] == '/') {
diff --git a/ingen/client/ObjectModel.hpp b/ingen/client/ObjectModel.hpp
index 42849110..e1cac51b 100644
--- a/ingen/client/ObjectModel.hpp
+++ b/ingen/client/ObjectModel.hpp
@@ -70,8 +70,6 @@ public:
SPtr<ObjectModel> parent() const { return _parent; }
bool polyphonic() const;
- Node* graph_parent() const { return _parent.get(); }
-
// Signals
INGEN_SIGNAL(new_child, void, SPtr<ObjectModel>);
INGEN_SIGNAL(removed_child, void, SPtr<ObjectModel>);