Commit 59ea2245 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Render.c: drop unused nxagentRasterizeTrapezoid

parent 8aac9b61
......@@ -167,9 +167,6 @@ void nxagentTrapezoids(CARD8 op, PicturePtr pSrc, PicturePtr pDst,
PictFormatPtr maskFormat, INT16 xSrc, INT16 ySrc,
int ntrap, xTrapezoid *traps);
void nxagentRasterizeTrapezoid(PicturePtr pMask, xTrapezoid *trap,
int x_off, int y_off);
void nxagentTriangles(CARD8 op, PicturePtr pSrc, PicturePtr pDst,
PictFormatPtr maskFormat, INT16 xSrc, INT16 ySrc,
int ntri, xTriangle *tris);
......@@ -2053,14 +2050,6 @@ FIXME: Is this useful or just a waste of bandwidth?
#endif
}
void nxagentRasterizeTrapezoid(PicturePtr pMask, xTrapezoid *trap,
int x_off, int y_off)
{
#ifdef DEBUG
fprintf(stderr, "nxagentRasterizeTrapezoids: Nothing to do.\n");
#endif
}
void nxagentTriangles(CARD8 op, PicturePtr pSrc, PicturePtr pDst,
PictFormatPtr maskFormat, INT16 xSrc, INT16 ySrc,
int ntri, xTriangle *tris)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment