[cairo] Remove unused struct

pull/3938/head
Behdad Esfahbod 2 years ago
parent 14b026ff86
commit cf02d13302
  1. 7
      util/hb-cairo-utils.c

@ -51,13 +51,6 @@ typedef struct {
float r, g, b, a;
} color_t;
typedef struct {
cairo_t *cr;
hb_font_t *font;
hb_font_t *unscaled_font;
} paint_data_t;
static inline cairo_extend_t
cairo_extend (hb_paint_extend_t extend)
{

Loading…
Cancel
Save