Commit 8aac9b61 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Render.c: drop unused nxagentValidatePicture

parent 2f2a8ee0
......@@ -152,8 +152,6 @@ int nxagentChangePictureClip(PicturePtr pPicture, int clipType, int nRects,
void nxagentDestroyPictureClip(PicturePtr pPicture);
void nxagentValidatePicture(PicturePtr pPicture, Mask mask);
void nxagentComposite(CARD8 op, PicturePtr pSrc, PicturePtr pMask, PicturePtr pDst,
INT16 xSrc, INT16 ySrc, INT16 xMask, INT16 yMask, INT16 xDst,
INT16 yDst, CARD16 width, CARD16 height);
......@@ -1233,13 +1231,6 @@ FIXME: Is this useful or just a waste of bandwidth?
#endif
}
void nxagentValidatePicture(PicturePtr pPicture, Mask mask)
{
#ifdef DEBUG
fprintf(stderr, "nxagentValidatePicture: Nothing to do.\n");
#endif
}
void nxagentComposite(CARD8 op, PicturePtr pSrc, PicturePtr pMask, PicturePtr pDst,
INT16 xSrc, INT16 ySrc, INT16 xMask, INT16 yMask, INT16 xDst,
INT16 yDst, CARD16 width, CARD16 height)
......
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