[cairo-commit] src/cairoint.h

Chris Wilson ickle at kemper.freedesktop.org
Tue Oct 21 17:02:47 PDT 2008


 src/cairoint.h |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 170686d4b0ed913a1a175f3f354ec5796814b416
Author: Chris Wilson <chris at chris-wilson.co.uk>
Date:   Wed Oct 22 01:01:06 2008 +0100

    [cairoint] Remove the duplicate prototype.
    
    In the previous commit I added comments and a duplicate prototype. Remove
    the duplicate - but keep the comments.

diff --git a/src/cairoint.h b/src/cairoint.h
index 577c032..a60de51 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);


More information about the cairo-commit mailing list