diff options
Diffstat (limited to 'src/engine/NodeBase.hpp')
-rw-r--r-- | src/engine/NodeBase.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/NodeBase.hpp b/src/engine/NodeBase.hpp index 950a79a3..637c8560 100644 --- a/src/engine/NodeBase.hpp +++ b/src/engine/NodeBase.hpp @@ -41,8 +41,6 @@ namespace Shared { class ClientInterface; } /** Common implementation stuff for Node. * - * Pretty much just attributes and getters/setters are here. - * * \ingroup engine */ class NodeBase : public NodeImpl |