Remove pointless CAIRO_HAS_DITHER

The support for dithering is not conditional, and it can be checked
using the Cairo version.
This commit is contained in:
Emmanuele Bassi 2023-09-23 13:18:34 +01:00
parent 1445068291
commit b770d57b26

View file

@ -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,