summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/style.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/style.h b/src/style.h
index 02ef41bf8..8102ce0ea 100644
--- a/src/style.h
+++ b/src/style.h
@@ -144,8 +144,6 @@ struct SPILength {
#define SP_STYLE_FILL_SERVER(s) (((SPStyle *) (s))->getFillPaintServer())
#define SP_STYLE_STROKE_SERVER(s) (((SPStyle *) (s))->getStrokePaintServer())
-#define SP_OBJECT_STYLE_FILL_SERVER(o) (SP_OBJECT (o)->style->getFillPaintServer())
-#define SP_OBJECT_STYLE_STROKE_SERVER(o) (SP_OBJECT (o)->style->getStrokePaintServer())
class SVGICCColor;