From 170686d4b0ed913a1a175f3f354ec5796814b416 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 22 Oct 2008 01:01:06 +0100 Subject: [PATCH] [cairoint] Remove the duplicate prototype. In the previous commit I added comments and a duplicate prototype. Remove the duplicate - but keep the comments. --- src/cairoint.h | 3 --- 1 file changed, 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);