mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 00:58:02 +02:00
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:
parent
1a307123af
commit
f02ee3d3cf
1 changed files with 0 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue