From df139bf87e0a6b55b3f4166fc589516f3168448c Mon Sep 17 00:00:00 2001 From: Peter Moulder Date: Mon, 6 Apr 2009 23:17:08 +0000 Subject: Remove trivial wrapper function sp_repr_print that hasn't been used in years. (bzr r7640) --- src/xml/repr-io.cpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/xml/repr-io.cpp') 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) -- cgit v1.2.3