[hb-cairo] Remove unused prototype

This commit is contained in:
Behdad Esfahbod 2023-01-20 16:30:59 -07:00
parent 61719a8350
commit f70f7194de
1 changed files with 0 additions and 6 deletions

View File

@ -409,12 +409,6 @@ hb_cairo_paint_get_funcs ()
{
return static_cairo_paint_funcs.get_unconst ();
}
static cairo_status_t
hb_cairo_render_color_glyph (cairo_scaled_font_t *scaled_font,
unsigned long glyph,
cairo_t *cr,
cairo_text_extents_t *extents);
#endif
static const cairo_user_data_key_t hb_cairo_face_user_data_key = {0};