From 2b15fcab4b81fa8a854e724c48ee9c771fb126f8 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Mon, 12 Jan 2015 17:26:01 +0100 Subject: Is this necessary? No. Absolutely not. Only the base class (Managed) needs this. --- src/core/model/Document.hpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/core/model/Document.hpp') diff --git a/src/core/model/Document.hpp b/src/core/model/Document.hpp index 9bf8f07..7f365b7 100644 --- a/src/core/model/Document.hpp +++ b/src/core/model/Document.hpp @@ -167,8 +167,6 @@ public: } } } - //TODO: Is this necessary? - virtual ~DocumentEntity() {}; Rooted getDescriptor() const { return descriptor; } @@ -311,8 +309,6 @@ public: : Node(mgr, std::move(name), parent) { } - //TODO: Is this necessary? - virtual ~StructureNode(){}; }; /** -- cgit v1.2.3