summaryrefslogtreecommitdiff
path: root/mi/mi.h
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2014-09-26 12:27:22 -0400
committerAdam Jackson <ajax@redhat.com>2014-10-27 15:45:26 -0400
commit21b041ef48c49ff6fc06f6e4482ffe54cb763493 (patch)
tree79221b996aa453f8cf3b931f06e65813707f396e /mi/mi.h
parent7679afd4da8b86aed27e5916ba723116a3c8bb4a (diff)
mi: Fold mipoly{con,gen}.c into mipoly.c
Reviewed-by: Keith Packard <keithp@keithp.com> Signed-off-by: Adam Jackson <ajax@redhat.com>
Diffstat (limited to 'mi/mi.h')
-rw-r--r--mi/mi.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/mi/mi.h b/mi/mi.h
index 5a455c910..3269d9b04 100644
--- a/mi/mi.h
+++ b/mi/mi.h
@@ -288,22 +288,6 @@ extern _X_EXPORT void miFillPolygon(DrawablePtr /*dst */ ,
DDXPointPtr /*pPts */
);
-/* mipolycon.c */
-
-extern _X_EXPORT Bool miFillConvexPoly(DrawablePtr /*dst */ ,
- GCPtr /*pgc */ ,
- int /*count */ ,
- DDXPointPtr /*ptsIn */
- );
-
-/* mipolygen.c */
-
-extern _X_EXPORT Bool miFillGeneralPoly(DrawablePtr /*dst */ ,
- GCPtr /*pgc */ ,
- int /*count */ ,
- DDXPointPtr /*ptsIn */
- );
-
/* mipolypnt.c */
extern _X_EXPORT void miPolyPoint(DrawablePtr /*pDrawable */ ,