Code

Removing unused macro.
authorJon A. Cruz <jon@joncruz.org>
Sun, 4 Jul 2010 03:19:58 +0000 (20:19 -0700)
committerJon A. Cruz <jon@joncruz.org>
Sun, 4 Jul 2010 03:19:58 +0000 (20:19 -0700)
src/style.h

index 02ef41bf805b9c01a23e65b64f4bc1fcc4d9a6fe..8102ce0ea6834d199c1429bf33414f6d85111604 100644 (file)
@@ -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;