diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2008-10-22 01:01:06 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2008-10-22 01:01:06 +0100 |
commit | 170686d4b0ed913a1a175f3f354ec5796814b416 (patch) | |
tree | 22a12d91cec87660a03659f3517d7395fb1e8b4e | |
parent | 1db8949f2baf1e620e1d5ef73a66de211420bd0a (diff) |
[cairoint] Remove the duplicate prototype.
In the previous commit I added comments and a duplicate prototype. Remove
the duplicate - but keep the comments.
-rw-r--r-- | src/cairoint.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cairoint.h b/src/cairoint.h index 577c032ec..a60de51d2 100644 --- a/src/cairoint.h +++ b/src/cairoint.h @@ -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); |