diff options
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 c987a084a..9d3f0716a 100644 --- a/src/style.h +++ b/src/style.h @@ -282,8 +282,6 @@ public: char const *getStrokeURI() const { return (stroke.value.href) ? stroke.value.href->getURI()->toString() : NULL; } }; -SPStyle *sp_style_new(SPDocument *document); // SPStyle::SPStyle( SPDocument *document = NULL ); - SPStyle *sp_style_ref(SPStyle *style); // SPStyle::ref(); SPStyle *sp_style_unref(SPStyle *style); // SPStyle::unref(); |
