mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-22 12:50:45 +02:00
gl: remove unused variables from span renderer
This commit is contained in:
parent
f5c5077def
commit
f8398cc2d8
1 changed files with 0 additions and 7 deletions
|
|
@ -1284,10 +1284,6 @@ typedef struct _cairo_gl_surface_span_renderer {
|
|||
|
||||
int xmin, xmax;
|
||||
|
||||
cairo_operator_t op;
|
||||
cairo_antialias_t antialias;
|
||||
|
||||
cairo_gl_surface_t *dst;
|
||||
cairo_gl_context_t *ctx;
|
||||
cairo_region_t *clip;
|
||||
|
||||
|
|
@ -1579,9 +1575,6 @@ _cairo_gl_surface_create_span_renderer (cairo_operator_t op,
|
|||
}
|
||||
renderer->xmin = extents->x;
|
||||
renderer->xmax = extents->x + extents->width;
|
||||
renderer->op = op;
|
||||
renderer->antialias = antialias;
|
||||
renderer->dst = dst;
|
||||
renderer->clip = clip_region;
|
||||
|
||||
status = _cairo_gl_context_acquire (dst->base.device, &renderer->ctx);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue