mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-01 14:58:09 +02:00
[scaled-font] Eliminate shadowed variable.
Cleanup a minor -Wshadow warning.
This commit is contained in:
parent
6429e3f394
commit
d073537e82
1 changed files with 0 additions and 1 deletions
|
|
@ -1872,7 +1872,6 @@ _cairo_scaled_font_show_glyphs (cairo_scaled_font_t *scaled_font,
|
|||
_cairo_format_bits_per_pixel (glyph_surface->format) )
|
||||
{
|
||||
cairo_surface_t *new_mask;
|
||||
cairo_surface_pattern_t mask_pattern;
|
||||
|
||||
switch (glyph_surface->format) {
|
||||
case CAIRO_FORMAT_ARGB32:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue