summaryrefslogtreecommitdiffstats
path: root/src/xml/repr.h
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/xml/repr.h
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/xml/repr.h')
-rw-r--r--src/xml/repr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xml/repr.h b/src/xml/repr.h
index 162896c3f..bbab619f0 100644
--- a/src/xml/repr.h
+++ b/src/xml/repr.h
@@ -66,6 +66,7 @@ inline Inkscape::XML::Node *sp_repr_next(Inkscape::XML::Node *repr) {
return ( repr ? repr->next() : NULL );
}
+
/* IO */
Inkscape::XML::Document *sp_repr_read_file(gchar const *filename, gchar const *default_ns);
@@ -78,7 +79,6 @@ Glib::ustring sp_repr_save_buf(Inkscape::XML::Document *doc);
void sp_repr_save_stream(Inkscape::XML::Document *doc, FILE *to_file, gchar const *default_ns=NULL, bool compress = false);
bool sp_repr_save_file(Inkscape::XML::Document *doc, gchar const *filename, gchar const *default_ns=NULL);
-void sp_repr_print(Inkscape::XML::Node *repr);
/* CSS stuff */