mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-04-19 00:50:38 +02:00
[gl] Removed repeated lines of source
The two removed lines are redundant with code a few lines above them.
This commit is contained in:
parent
515ccb63a6
commit
384e50d858
1 changed files with 0 additions and 2 deletions
|
|
@ -1001,8 +1001,6 @@ _cairo_gl_pattern_surface_texture_setup (cairo_gl_composite_operand_t *operand,
|
|||
attributes = &operand->operand.texture.attributes;
|
||||
|
||||
operand->type = OPERAND_TEXTURE;
|
||||
operand->operand.texture.tex = gl_surface->tex;
|
||||
operand->operand.texture.surface = NULL;
|
||||
attributes->matrix = src->base.matrix;
|
||||
attributes->has_component_alpha = src->base.has_component_alpha;
|
||||
attributes->extend = src->base.extend;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue