summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann Pedersen <ssp@redhat.com>2011-03-29 00:11:00 -0400
committerSøren Sandmann Pedersen <ssp@redhat.com>2011-03-30 14:25:22 -0400
commit002eb7037e41abb0ead22bc9230e43c9f28cbfe5 (patch)
treea8ce13b349b37f869963758ac259cbacccdda579
parent45726469e6648e2ab408db9a2c8731e071f66f75 (diff)
render: Remove unused TriStrip and TriFan typedefs
Signed-off-by: Soren Sandmann <ssp@redhat.com>
-rw-r--r--render/picturestr.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/render/picturestr.h b/render/picturestr.h
index c536c38e6..7b7f9112d 100644
--- a/render/picturestr.h
+++ b/render/picturestr.h
@@ -260,24 +260,6 @@ typedef void (*TrianglesProcPtr) (CARD8 op,
int ntri,
xTriangle *tris);
-typedef void (*TriStripProcPtr) (CARD8 op,
- PicturePtr pSrc,
- PicturePtr pDst,
- PictFormatPtr maskFormat,
- INT16 xSrc,
- INT16 ySrc,
- int npoint,
- xPointFixed *points);
-
-typedef void (*TriFanProcPtr) (CARD8 op,
- PicturePtr pSrc,
- PicturePtr pDst,
- PictFormatPtr maskFormat,
- INT16 xSrc,
- INT16 ySrc,
- int npoint,
- xPointFixed *points);
-
typedef Bool (*InitIndexedProcPtr) (ScreenPtr pScreen,
PictFormatPtr pFormat);