summaryrefslogtreecommitdiffstats
path: root/src/extension/system.cpp
diff options
context:
space:
mode:
authorPeter Moulder <peter.moulder@monash.edu>2009-04-06 23:17:08 +0000
committerpjrm <pjrm@users.sourceforge.net>2009-04-06 23:17:08 +0000
commitdf139bf87e0a6b55b3f4166fc589516f3168448c (patch)
treeaf1bfd023ec05a8bf3cbaf95c9d5914a33ae7683 /src/extension/system.cpp
parentdoc (diff)
downloadinkscape-df139bf87e0a6b55b3f4166fc589516f3168448c.tar.gz
inkscape-df139bf87e0a6b55b3f4166fc589516f3168448c.zip
Remove trivial wrapper function sp_repr_print that hasn't been used in years.
(bzr r7640)
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;