summaryrefslogtreecommitdiffstats
path: root/src/xml/repr-io.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/xml/repr-io.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/xml/repr-io.cpp')
-rw-r--r--src/xml/repr-io.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/xml/repr-io.cpp b/src/xml/repr-io.cpp
index b9d0816c8..adeac9735 100644
--- a/src/xml/repr-io.cpp
+++ b/src/xml/repr-io.cpp
@@ -628,17 +628,6 @@ sp_repr_save_file (Document *doc, gchar const *filename,
return TRUE;
}
-void
-sp_repr_print (Node * repr)
-{
- Inkscape::IO::StdOutputStream bout;
- Inkscape::IO::OutputStreamWriter out(bout);
-
- sp_repr_write_stream (repr, out, 0, TRUE, GQuark(0), 0, 2);
-
- return;
-}
-
/* (No doubt this function already exists elsewhere.) */
static void
repr_quote_write (Writer &out, const gchar * val)