From b770d57b269616295b5ff15f3ed3b97de23aea96 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sat, 23 Sep 2023 13:18:34 +0100 Subject: [PATCH] Remove pointless CAIRO_HAS_DITHER The support for dithering is not conditional, and it can be checked using the Cairo version. --- src/cairo.h | 1 - 1 file changed, 1 deletion(-) 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,