diff options
| author | Tavmjong Bah <tavmjong@free.fr> | 2014-12-24 09:03:50 +0000 |
|---|---|---|
| committer | tavmjong-free <tavmjong@free.fr> | 2014-12-24 09:03:50 +0000 |
| commit | 497b9890e0cb85fced32d6958b465d40212db482 (patch) | |
| tree | e88edd2db9933208e9d53ca981c940a83f4211fc /src/style.h | |
| parent | Use gray for 'context-fill' and 'context-stroke' in marker selector. (diff) | |
| download | inkscape-497b9890e0cb85fced32d6958b465d40212db482.tar.gz inkscape-497b9890e0cb85fced32d6958b465d40212db482.zip | |
Remove sp_style_new_from_object()
(bzr r13822.1.1)
Diffstat (limited to 'src/style.h')
| -rw-r--r-- | src/style.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/style.h b/src/style.h index 1b1596458..5884f2459 100644 --- a/src/style.h +++ b/src/style.h @@ -284,8 +284,6 @@ public: SPStyle *sp_style_new(SPDocument *document); // SPStyle::SPStyle( SPDocument *document = NULL ); -SPStyle *sp_style_new_from_object(SPObject *object); // SPStyle::SPStyle( SPObject *object ); - SPStyle *sp_style_ref(SPStyle *style); // SPStyle::ref(); SPStyle *sp_style_unref(SPStyle *style); // SPStyle::unref(); |
