diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2010-03-21 20:41:18 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-03-21 20:41:18 +0000 |
commit | 4b4de940ee6e76ec9677b5468ebf709c6d2db982 (patch) | |
tree | 2e4f4b4c5c8933e265bfc26253a2d6dbca7397b4 /util | |
parent | a7cb314b060f6ada855ec75b283ef64bf835824a (diff) |
script: Remove the version check.
When compiling we can depend on whatever version of cairo we need, but
we should be wary of checking for runtime compatibility when building
standalone.
Diffstat (limited to 'util')
-rw-r--r-- | util/cairo-script/cairo-script-operators.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util/cairo-script/cairo-script-operators.c b/util/cairo-script/cairo-script-operators.c index 1f8ae90a0..c96fd80bb 100644 --- a/util/cairo-script/cairo-script-operators.c +++ b/util/cairo-script/cairo-script-operators.c @@ -6064,7 +6064,6 @@ _integer_constants[] = { { "XOR", CAIRO_OPERATOR_XOR }, { "ADD", CAIRO_OPERATOR_ADD }, { "SATURATE", CAIRO_OPERATOR_SATURATE }, -#if CAIRO_VERSION >= CAIRO_VERSION_ENCODE(1, 9, 4) { "MULTIPLY", CAIRO_OPERATOR_MULTIPLY }, { "SCREEN", CAIRO_OPERATOR_SCREEN }, { "OVERLAY", CAIRO_OPERATOR_OVERLAY }, @@ -6080,7 +6079,6 @@ _integer_constants[] = { { "HSL_SATURATION", CAIRO_OPERATOR_HSL_SATURATION }, { "HSL_COLOR", CAIRO_OPERATOR_HSL_COLOR }, { "HSL_LUMINOSITY", CAIRO_OPERATOR_HSL_LUMINOSITY }, -#endif { "WINDING", CAIRO_FILL_RULE_WINDING }, { "EVEN_ODD", CAIRO_FILL_RULE_EVEN_ODD }, |