diff options
Diffstat (limited to 'src/core/model/Node.hpp')
-rw-r--r-- | src/core/model/Node.hpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/core/model/Node.hpp b/src/core/model/Node.hpp index c24aacb..68a6ec7 100644 --- a/src/core/model/Node.hpp +++ b/src/core/model/Node.hpp @@ -311,13 +311,6 @@ public: bool hasName() const { return !name.empty(); } /** - * Sets the parent node. - * - * @param parent is a Handle to the parent node. - */ - void setParent(Handle<Node> parent) { this->parent = acquire(parent); } - - /** * Returns a handle to the parent node of the Node instance. * * @return a handle to the root node. |