summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-07-04 03:19:58 +0000
committerJon A. Cruz <jon@joncruz.org>2010-07-04 03:19:58 +0000
commitbdb17f74f1d98a4e544b11befc1006a13eda8ae0 (patch)
treed024006415182d3b4c728c78e277669ec46c71e1 /src
parentSuppress gradient direction line for 'solid' gradients. (diff)
downloadinkscape-bdb17f74f1d98a4e544b11befc1006a13eda8ae0.tar.gz
inkscape-bdb17f74f1d98a4e544b11befc1006a13eda8ae0.zip
Removing unused macro.
(bzr r9565)
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;