summaryrefslogtreecommitdiffstats
path: root/ingen/client
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-03-26 11:43:39 +0200
committerDavid Robillard <d@drobilla.net>2017-03-26 17:01:11 +0200
commitc69d9d5121b5bcb1e408caa475befcfad3c411c3 (patch)
tree20ecf15fc8173042849d6f1e9880fc2c927f5a79 /ingen/client
parent51f52ca7b6dacf698741fdb1e9afbb645777d6d0 (diff)
downloadingen-c69d9d5121b5bcb1e408caa475befcfad3c411c3.tar.gz
ingen-c69d9d5121b5bcb1e408caa475befcfad3c411c3.tar.bz2
ingen-c69d9d5121b5bcb1e408caa475befcfad3c411c3.zip
Remove Node::graph_parent() method
Diffstat (limited to 'ingen/client')
-rw-r--r--ingen/client/ObjectModel.hpp2
1 files changed, 0 insertions, 2 deletions
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>);