diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2010-07-04 03:19:58 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2010-07-04 03:19:58 +0000 |
| commit | bdb17f74f1d98a4e544b11befc1006a13eda8ae0 (patch) | |
| tree | d024006415182d3b4c728c78e277669ec46c71e1 /src | |
| parent | Suppress gradient direction line for 'solid' gradients. (diff) | |
| download | inkscape-bdb17f74f1d98a4e544b11befc1006a13eda8ae0.tar.gz inkscape-bdb17f74f1d98a4e544b11befc1006a13eda8ae0.zip | |
Removing unused macro.
(bzr r9565)
Diffstat (limited to 'src')
| -rw-r--r-- | src/style.h | 2 |
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; |
