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 390206f30..6442f2f7e 100644
--- a/src/extension/system.cpp
+++ b/src/extension/system.cpp
@@ -390,8 +390,6 @@ build_from_reprdoc(Inkscape::XML::Document *doc, Implementation::Implementation
Inkscape::XML::Node *repr = doc->root();
- /* sp_repr_print(repr); */
-
if (strcmp(repr->name(), INKSCAPE_EXTENSION_NS "inkscape-extension")) {
g_warning("Extension definition started with <%s> instead of <" INKSCAPE_EXTENSION_NS "inkscape-extension>. Extension will not be created. See http://wiki.inkscape.org/wiki/index.php/Extensions for reference.\n", repr->name());
return NULL;