summaryrefslogtreecommitdiff
path: root/src/cairoint.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2023-02-04 11:36:25 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2023-02-04 11:36:25 +0100
commit2bef8669bc992f06300464d72d8c4ea4bef8a479 (patch)
tree41ae2d6de491dac66f431a0d3815e68a6a3c0fd5 /src/cairoint.h
parent338eca43428d1956216362eeb8e1715bac99d876 (diff)
downloadcairo-2bef8669bc992f06300464d72d8c4ea4bef8a479.tar.gz
Remove XML surface
According to the Debian code search tool, nothing uses it as part of the Cairo public API, and it has been disabled for a long time with nobody complaining about it.
Diffstat (limited to 'src/cairoint.h')
-rw-r--r--src/cairoint.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cairoint.h b/src/cairoint.h
index 5ce747ee4..4b948cc40 100644
--- a/src/cairoint.h
+++ b/src/cairoint.h
@@ -73,8 +73,7 @@
#if CAIRO_HAS_PDF_SURFACE || \
CAIRO_HAS_PS_SURFACE || \
- CAIRO_HAS_SCRIPT_SURFACE || \
- CAIRO_HAS_XML_SURFACE
+ CAIRO_HAS_SCRIPT_SURFACE
#define CAIRO_HAS_DEFLATE_STREAM 1
#endif