mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 20:48:03 +02:00
[cairoint] Remove the duplicate prototype.
In the previous commit I added comments and a duplicate prototype. Remove the duplicate - but keep the comments.
This commit is contained in:
parent
1db8949f2b
commit
170686d4b0
1 changed files with 0 additions and 3 deletions
|
|
@ -1556,9 +1556,6 @@ cairo_private cairo_status_t
|
|||
_cairo_scaled_font_set_metrics (cairo_scaled_font_t *scaled_font,
|
||||
cairo_font_extents_t *fs_metrics);
|
||||
|
||||
cairo_private void
|
||||
_cairo_scaled_font_fini (cairo_scaled_font_t *scaled_font);
|
||||
|
||||
/* This should only be called on an error path by a scaled_font constructor */
|
||||
cairo_private void
|
||||
_cairo_scaled_font_fini (cairo_scaled_font_t *scaled_font);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue