diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-06-16 20:32:22 +0800 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2010-06-16 20:32:22 +0800 |
commit | 53e86fe162ba90c9457ea63ce1c595e947bd93d3 (patch) | |
tree | 6818213faee293e9bf99629be581d2f342cc0c45 /libart_lgpl/art_svp.h | |
parent | d4a32e5a9867bc2dbd41ffa6e8eb3be44a70c00a (diff) | |
download | gsoc2013-evolution-53e86fe162ba90c9457ea63ce1c595e947bd93d3.tar gsoc2013-evolution-53e86fe162ba90c9457ea63ce1c595e947bd93d3.tar.gz gsoc2013-evolution-53e86fe162ba90c9457ea63ce1c595e947bd93d3.tar.bz2 gsoc2013-evolution-53e86fe162ba90c9457ea63ce1c595e947bd93d3.tar.lz gsoc2013-evolution-53e86fe162ba90c9457ea63ce1c595e947bd93d3.tar.xz gsoc2013-evolution-53e86fe162ba90c9457ea63ce1c595e947bd93d3.tar.zst gsoc2013-evolution-53e86fe162ba90c9457ea63ce1c595e947bd93d3.zip |
Now it looks like libart_lgpl directory is callcatcher clean
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); |