mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-05 09:58:12 +02:00
[cairo-xlib] Remove unused variable
This commit is contained in:
parent
1ccfc4afd5
commit
e66e198ab0
1 changed files with 0 additions and 2 deletions
|
|
@ -2916,7 +2916,6 @@ _cairo_xlib_surface_add_glyph (Display *dpy,
|
|||
unsigned long glyph_index;
|
||||
unsigned char *data;
|
||||
cairo_status_t status = CAIRO_STATUS_SUCCESS;
|
||||
cairo_xlib_surface_font_private_t *font_private;
|
||||
cairo_scaled_glyph_t *scaled_glyph = *pscaled_glyph;
|
||||
cairo_image_surface_t *glyph_surface = scaled_glyph->surface;
|
||||
cairo_bool_t already_had_glyph_surface;
|
||||
|
|
@ -2959,7 +2958,6 @@ _cairo_xlib_surface_add_glyph (Display *dpy,
|
|||
if (status)
|
||||
return status;
|
||||
}
|
||||
font_private = scaled_font->surface_private;
|
||||
|
||||
glyphset_info = _cairo_xlib_scaled_font_get_glyphset_info_for_format (scaled_font,
|
||||
glyph_surface->format);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue