diff options
| author | MenTaLguY <mental@rydia.net> | 2007-01-25 04:09:08 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2007-01-25 04:09:08 +0000 |
| commit | ffdc4605452616809c087ec72dd7571bd51f6ef7 (patch) | |
| tree | 64596d020104a32e736fca70344b1d565847f405 /src/xml/repr.h | |
| parent | eliminate last uses of sp_repr_new* (diff) | |
| download | inkscape-ffdc4605452616809c087ec72dd7571bd51f6ef7.tar.gz inkscape-ffdc4605452616809c087ec72dd7571bd51f6ef7.zip | |
get rid of sp_repr_new*
(bzr r2284)
Diffstat (limited to 'src/xml/repr.h')
| -rw-r--r-- | src/xml/repr.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/xml/repr.h b/src/xml/repr.h index 416c979f9..1b2cad756 100644 --- a/src/xml/repr.h +++ b/src/xml/repr.h @@ -131,11 +131,6 @@ char const *sp_xml_ns_uri_prefix(gchar const *uri, gchar const *suggested); char const *sp_xml_ns_prefix_uri(gchar const *prefix); -/* replaced by create* methods on Inkscape::XML::Document */ -Inkscape::XML::Node *sp_repr_new(gchar const *name) __attribute__ ((deprecated)); -Inkscape::XML::Node *sp_repr_new_text(gchar const *content) __attribute__ ((deprecated)); -Inkscape::XML::Node *sp_repr_new_comment(gchar const *comment) __attribute__ ((deprecated)); - /*inline Inkscape::XML::Node *sp_repr_duplicate(Inkscape::XML::Node const *repr) { return repr->duplicate(); }*/ |
