summaryrefslogtreecommitdiffstats
path: root/src/extension/system.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/extension/system.cpp')
-rw-r--r--src/extension/system.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/extension/system.cpp b/src/extension/system.cpp
index d66655a51..cd70042b6 100644
--- a/src/extension/system.cpp
+++ b/src/extension/system.cpp
@@ -495,8 +495,6 @@ build_from_reprdoc(Inkscape::XML::Document *doc, Implementation::Implementation
Extension *
build_from_file(gchar const *filename)
{
- /* TODO: Need to define namespace here, need to write the
- DTD in general for this stuff */
Inkscape::XML::Document *doc = sp_repr_read_file(filename, INKSCAPE_EXTENSION_URI);
Extension *ext = build_from_reprdoc(doc, NULL);
if (ext != NULL)