diff options
Diffstat (limited to 'libart_lgpl/art_svp.h')
-rw-r--r-- | libart_lgpl/art_svp.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libart_lgpl/art_svp.h b/libart_lgpl/art_svp.h index c898c7a2ec..fde6c22e64 100644 --- a/libart_lgpl/art_svp.h +++ b/libart_lgpl/art_svp.h @@ -44,12 +44,6 @@ struct _ArtSVP { ArtSVPSeg segs[1]; }; -int -art_svp_add_segment (ArtSVP **p_vp, int *pn_segs_max, - int **pn_points_max, - int n_points, int dir, ArtPoint *points, - ArtDRect *bbox); - void art_svp_free (ArtSVP *svp); |