mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 06:48:03 +02:00
xcb: Remove an unused variable
Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
parent
cdd75ec407
commit
36a1423045
1 changed files with 0 additions and 6 deletions
|
|
@ -2517,7 +2517,6 @@ _composite_boxes (cairo_xcb_surface_t *dst,
|
|||
{
|
||||
cairo_clip_t *clip = extents->clip;
|
||||
cairo_bool_t need_clip_mask = ! _cairo_clip_is_region (clip);
|
||||
cairo_region_t *clip_region = _cairo_clip_get_region (clip);
|
||||
cairo_status_t status;
|
||||
|
||||
/* If the boxes are not pixel-aligned, we will need to compute a real mask */
|
||||
|
|
@ -2530,11 +2529,6 @@ _composite_boxes (cairo_xcb_surface_t *dst,
|
|||
return CAIRO_INT_STATUS_UNSUPPORTED;
|
||||
}
|
||||
|
||||
if (clip_region != NULL &&
|
||||
cairo_region_contains_rectangle (clip_region,
|
||||
&extents->bounded) == CAIRO_REGION_OVERLAP_IN)
|
||||
clip_region = NULL;
|
||||
|
||||
status = _cairo_xcb_connection_acquire (dst->connection);
|
||||
if (unlikely (status))
|
||||
return status;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue