From 503714919e5a144816a7cd3ca4893963f6a7f8d2 Mon Sep 17 00:00:00 2001 From: "Jon A. Cruz" Date: Sat, 3 Jul 2010 20:19:58 -0700 Subject: [PATCH] Removing unused macro. --- src/style.h | 2 -- 1 file changed, 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; -- 2.30.2