summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/model/Document.hpp4
1 files changed, 0 insertions, 4 deletions
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<Descriptor> getDescriptor() const { return descriptor; }
@@ -311,8 +309,6 @@ public:
: Node(mgr, std::move(name), parent)
{
}
- //TODO: Is this necessary?
- virtual ~StructureNode(){};
};
/**