diff options
author | Søren Sandmann Pedersen <ssp@redhat.com> | 2011-03-29 00:11:00 -0400 |
---|---|---|
committer | Søren Sandmann Pedersen <ssp@redhat.com> | 2011-04-22 21:39:36 -0400 |
commit | 04635069554859ec67003b89f56965421cba7f52 (patch) | |
tree | 9cbdd5cb823ba043721ba0aae191028989f9be70 /render | |
parent | 2b0cabec620f3a2a5e431052441b092ef979bf94 (diff) |
render: Remove unused TriStrip and TriFan typedefs
Reviewed-by: Keith Packard <keithp@keithp.com>
Signed-off-by: Soren Sandmann <ssp@redhat.com>
Diffstat (limited to 'render')
-rw-r--r-- | render/picturestr.h | 18 |
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); |