summaryrefslogtreecommitdiffstats
path: root/src/style.h
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-12-25 16:05:40 +0000
committertavmjong-free <tavmjong@free.fr>2014-12-25 16:05:40 +0000
commit3598d85ed64693808296324289a2d6e5284d486e (patch)
tree41d6829e1d3eecdf03c276b868e725c644312628 /src/style.h
parentRemove sp_style_write_string() and sp_style_write_difference(). (diff)
downloadinkscape-3598d85ed64693808296324289a2d6e5284d486e.tar.gz
inkscape-3598d85ed64693808296324289a2d6e5284d486e.zip
Remove sp_style_merge_from_parent() and sp_style_merge_from_dying_parent().
(bzr r13822.1.5)
Diffstat (limited to 'src/style.h')
-rw-r--r--src/style.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/style.h b/src/style.h
index 324b30523..c987a084a 100644
--- a/src/style.h
+++ b/src/style.h
@@ -288,10 +288,6 @@ SPStyle *sp_style_ref(SPStyle *style); // SPStyle::ref();
SPStyle *sp_style_unref(SPStyle *style); // SPStyle::unref();
-void sp_style_merge_from_parent(SPStyle *style, SPStyle const *parent); // SPStyle::cascade( ... );
-
-void sp_style_merge_from_dying_parent(SPStyle *style, SPStyle const *parent); // SPStyle::merge( ... )
-
void sp_style_set_to_uri_string (SPStyle *style, bool isfill, const char *uri); // ?
char const *sp_style_get_css_unit_string(int unit); // No change?