aboutsummaryrefslogtreecommitdiffstats
path: root/libart_lgpl/art_vpath.h
diff options
context:
space:
mode:
Diffstat (limited to 'libart_lgpl/art_vpath.h')
-rw-r--r--libart_lgpl/art_vpath.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/libart_lgpl/art_vpath.h b/libart_lgpl/art_vpath.h
index 4102d28908..f5557f6005 100644
--- a/libart_lgpl/art_vpath.h
+++ b/libart_lgpl/art_vpath.h
@@ -44,21 +44,12 @@ void
art_vpath_add_point (ArtVpath **p_vpath, int *pn_points, int *pn_points_max,
ArtPathcode code, double x, double y);
-ArtVpath *
-art_vpath_new_circle (double x, double y, double r);
-
-ArtVpath *
-art_vpath_affine_transform (const ArtVpath *src, const double matrix[6]);
-
void
art_vpath_bbox_drect (const ArtVpath *vec, ArtDRect *drect);
void
art_vpath_bbox_irect (const ArtVpath *vec, ArtIRect *irect);
-ArtVpath *
-art_vpath_perturb (ArtVpath *src);
-
#ifdef __cplusplus
}
#endif /* __cplusplus */