summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2023-09-23 13:18:34 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2023-09-23 13:18:34 +0100
commitb770d57b269616295b5ff15f3ed3b97de23aea96 (patch)
treee23242de2372ccf47aa8e6edb2a12972d2613a20 /src
parent144506829190563fd52e009c8722818513de19c9 (diff)
Remove pointless CAIRO_HAS_DITHER
The support for dithering is not conditional, and it can be checked using the Cairo version.
Diffstat (limited to 'src')
-rw-r--r--src/cairo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cairo.h b/src/cairo.h
index cd529c26e..c2c269d47 100644
--- a/src/cairo.h
+++ b/src/cairo.h
@@ -459,7 +459,6 @@ typedef enum _cairo_format {
*
* Since: 1.18
**/
-#define CAIRO_HAS_DITHER
typedef enum _cairo_dither {
CAIRO_DITHER_NONE,
CAIRO_DITHER_DEFAULT,