From d4a32e5a9867bc2dbd41ffa6e8eb3be44a70c00a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Wed, 16 Jun 2010 07:04:07 -0400 Subject: Remove unused libart_lgpl API. According to CallCatcher. --- libart_lgpl/art_rect.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libart_lgpl/art_rect.h') diff --git a/libart_lgpl/art_rect.h b/libart_lgpl/art_rect.h index 088079f712..247cbea3e9 100644 --- a/libart_lgpl/art_rect.h +++ b/libart_lgpl/art_rect.h @@ -40,10 +40,6 @@ struct _ArtIRect { /* Make a copy of the rectangle. */ void art_irect_copy (ArtIRect *dest, const ArtIRect *src); -/* Find the smallest rectangle that includes both source rectangles. */ -void art_irect_union (ArtIRect *dest, - const ArtIRect *src1, const ArtIRect *src2); - /* Return the intersection of the two rectangles */ void art_irect_intersect (ArtIRect *dest, const ArtIRect *src1, const ArtIRect *src2); @@ -58,10 +54,6 @@ void art_drect_copy (ArtDRect *dest, const ArtDRect *src); void art_drect_union (ArtDRect *dest, const ArtDRect *src1, const ArtDRect *src2); -/* Return the intersection of the two rectangles */ -void art_drect_intersect (ArtDRect *dest, - const ArtDRect *src1, const ArtDRect *src2); - /* Return true if the rectangle is empty. */ int art_drect_empty (const ArtDRect *src); -- cgit