summaryrefslogtreecommitdiff
path: root/mi/mispans.h
diff options
context:
space:
mode:
Diffstat (limited to 'mi/mispans.h')
-rw-r--r--mi/mispans.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/mi/mispans.h b/mi/mispans.h
index ef090bb51..c3a3e67ae 100644
--- a/mi/mispans.h
+++ b/mi/mispans.h
@@ -85,16 +85,6 @@ extern _X_EXPORT void miFreeSpanGroup(
SpanGroup * /*spanGroup*/
);
-extern _X_EXPORT int RegionClipSpans(
- RegionPtr /*prgnDst*/,
- DDXPointPtr /*ppt*/,
- int * /*pwidth*/,
- int /*nspans*/,
- DDXPointPtr /*pptNew*/,
- int * /*pwidthNew*/,
- int /*fSorted*/
-);
-
/* Rops which must use span groups */
#define miSpansCarefulRop(rop) (((rop) & 0xc) == 0x8 || ((rop) & 0x3) == 0x2)
#define miSpansEasyRop(rop) (!miSpansCarefulRop(rop))