diff options
| author | MenTaLguY <mental@rydia.net> | 2008-05-08 13:05:51 +0000 |
|---|---|---|
| committer | mental <mental@users.sourceforge.net> | 2008-05-08 13:05:51 +0000 |
| commit | 8b71ee28d6d834eacf8853822b7c667f5c8eb21f (patch) | |
| tree | 0a9db9f3c5fc645f4d9a2746f1d020882cd5db33 /src/xml/repr.h | |
| parent | set eol-style:native for newly added files (diff) | |
| download | inkscape-8b71ee28d6d834eacf8853822b7c667f5c8eb21f.tar.gz inkscape-8b71ee28d6d834eacf8853822b7c667f5c8eb21f.zip | |
merge inline patch from Jimmy
(bzr r5631)
Diffstat (limited to 'src/xml/repr.h')
| -rw-r--r-- | src/xml/repr.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/xml/repr.h b/src/xml/repr.h index 67616df29..162451a0f 100644 --- a/src/xml/repr.h +++ b/src/xml/repr.h @@ -140,14 +140,6 @@ char const *sp_xml_ns_prefix_uri(gchar const *prefix); Inkscape::XML::Document *sp_repr_document_new(gchar const *rootname); -/* Contents */ -/// Sets the node's \a key attribute to \a value. -inline unsigned sp_repr_set_attr(Inkscape::XML::Node *repr, gchar const *key, gchar const *value, - bool is_interactive = false) { - repr->setAttribute(key, value, is_interactive); - return true; -} - /* Tree */ /// Returns the node's parent. inline Inkscape::XML::Node *sp_repr_parent(Inkscape::XML::Node const *repr) { |
