From a9c258d1dabcc1560e4a0a64621b78b5eee17f05 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Wed, 14 Jan 2015 22:04:08 +0100 Subject: Removed not needed Node.setParent method --- src/core/model/Node.hpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/core/model/Node.hpp') 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 @@ -310,13 +310,6 @@ public: */ bool hasName() const { return !name.empty(); } - /** - * Sets the parent node. - * - * @param parent is a Handle to the parent node. - */ - void setParent(Handle parent) { this->parent = acquire(parent); } - /** * Returns a handle to the parent node of the Node instance. * -- cgit v1.2.3