summaryrefslogtreecommitdiff
path: root/src/core/model/Document.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model/Document.hpp')
-rw-r--r--src/core/model/Document.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/model/Document.hpp b/src/core/model/Document.hpp
index 7c5ee3c..62109fc 100644
--- a/src/core/model/Document.hpp
+++ b/src/core/model/Document.hpp
@@ -567,7 +567,6 @@ protected:
public:
Document(Manager &mgr, std::string name)
- // TODO: Can a document have a parent?
: Node(mgr, std::move(name), nullptr),
annotations(this)
{