xlib: Remove unused variable

This constant seems to be unused since commit af9fbd176b
from 2011.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2017-03-07 09:57:55 +01:00
parent 1a307123af
commit f02ee3d3cf

View file

@ -189,12 +189,6 @@ _cairo_surface_is_xlib (cairo_surface_t *surface);
#define CAIRO_ASSUME_PIXMAP 20
static const XTransform identity = { {
{ 1 << 16, 0x00000, 0x00000 },
{ 0x00000, 1 << 16, 0x00000 },
{ 0x00000, 0x00000, 1 << 16 },
} };
static Visual *
_visual_for_xrender_format(Screen *screen,
XRenderPictFormat *xrender_format)