summaryrefslogtreecommitdiffstats
path: root/src/xml/repr.h
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2007-01-25 04:07:20 +0000
committermental <mental@users.sourceforge.net>2007-01-25 04:07:20 +0000
commitccd951a0896e15fb0c1e0324438dac149707a36b (patch)
treeccd0876ee3439e6b0d26df31ec92d28bc242c276 /src/xml/repr.h
parentremove sp_repr_new use from document creation (diff)
downloadinkscape-ccd951a0896e15fb0c1e0324438dac149707a36b.tar.gz
inkscape-ccd951a0896e15fb0c1e0324438dac149707a36b.zip
eliminate last uses of sp_repr_new*
(bzr r2283)
Diffstat (limited to 'src/xml/repr.h')
-rw-r--r--src/xml/repr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/xml/repr.h b/src/xml/repr.h
index ac7ca3218..416c979f9 100644
--- a/src/xml/repr.h
+++ b/src/xml/repr.h
@@ -244,8 +244,6 @@ Inkscape::XML::Node *sp_repr_lookup_child(Inkscape::XML::Node *repr,
gchar const *value);
-Inkscape::XML::Document *sp_repr_document_new_list(GSList *reprs);
-
inline Inkscape::XML::Node *sp_repr_document_first_child(Inkscape::XML::Document const *doc) {
return const_cast<Inkscape::XML::Node *>(doc->firstChild());
}