[cairo] Remove unused struct

This commit is contained in:
Behdad Esfahbod 2022-12-20 11:52:39 -07:00
parent 14b026ff86
commit cf02d13302
1 changed files with 0 additions and 7 deletions

View File

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