[cairo] Remove unused struct
This commit is contained in:
parent
14b026ff86
commit
cf02d13302
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue