summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUli Schlachter <psychon@znc.in>2017-03-07 09:57:55 +0100
committerUli Schlachter <psychon@znc.in>2017-03-07 09:57:55 +0100
commitf02ee3d3cf4168b5468b6548fe8823e803650f53 (patch)
treeeaa9b3e35ab583f43f8ee392190d3317eea9c1f4
parent1a307123af14cfa50a0c35819cfaee79f0ade1ba (diff)
xlib: Remove unused variable
This constant seems to be unused since commit af9fbd176b145f042408ef from 2011. Signed-off-by: Uli Schlachter <psychon@znc.in>
-rw-r--r--src/cairo-xlib-surface.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/cairo-xlib-surface.c b/src/cairo-xlib-surface.c
index 555c1fe2e..84e7c8e49 100644
--- a/src/cairo-xlib-surface.c
+++ b/src/cairo-xlib-surface.c
@@ -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)