From: Jon A. Cruz Date: Sun, 4 Jul 2010 03:19:58 +0000 (-0700) Subject: Removing unused macro. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=503714919e5a144816a7cd3ca4893963f6a7f8d2;p=inkscape.git Removing unused macro. --- 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;