mirror of
https://github.com/harfbuzz/harfbuzz.git
synced 2025-04-05 21:45:06 +00:00
[cairo] More printf removal
This commit is contained in:
parent
0d70cfacb2
commit
ad0bcec378
1 changed files with 0 additions and 1 deletions
|
@ -321,7 +321,6 @@ hb_cairo_paint_linear_gradient (hb_paint_funcs_t *pfuncs HB_UNUSED,
|
|||
{
|
||||
hb_cairo_context_t *c = (hb_cairo_context_t *) paint_data;
|
||||
|
||||
printf ("linear gradient %f %f %f %f %f %f\n", x0, y0, x1, y1, x2, y2);
|
||||
_hb_cairo_paint_linear_gradient (c, color_line, x0, y0, x1, y1, x2, y2);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue