aboutsummaryrefslogtreecommitdiffstats
path: root/libart_lgpl/art_rect.h
diff options
context:
space:
mode:
Diffstat (limited to 'libart_lgpl/art_rect.h')
-rw-r--r--libart_lgpl/art_rect.h8
1 files changed, 0 insertions, 8 deletions
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);