diff options
author | Adam Jackson <ajax@redhat.com> | 2008-10-03 17:13:10 -0400 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2008-10-03 17:51:20 -0400 |
commit | bd0e87c74789bd5447ec731aa2d2d6e05dd54abc (patch) | |
tree | aa18bd4666fd2e9c366a50dd693a7e7b7588fee1 /mi/mipolycon.c | |
parent | ee5e07bc22f0c3af7a412b6bc430eae6a1dafe16 (diff) |
Remove a bunch of unused API from the mi export list.
Diffstat (limited to 'mi/mipolycon.c')
-rw-r--r-- | mi/mipolycon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mi/mipolycon.c b/mi/mipolycon.c index 085bed3c6..6e3889621 100644 --- a/mi/mipolycon.c +++ b/mi/mipolycon.c @@ -71,7 +71,7 @@ static int getPolyYBounds(DDXPointPtr pts, int n, int *by, int *ty); * For a derivation of the algorithm, see the author of * this code. */ -_X_EXPORT Bool +Bool miFillConvexPoly( DrawablePtr dst, GCPtr pgc, |