Commit 1c019bd1 authored by Ulrich Sibiller's avatar Ulrich Sibiller Committed by Mike Gabriel

Render.c: drop unused nxagentDestroyPictureClip

parent 59ea2245
......@@ -150,8 +150,6 @@ int nxagentCreatePicture(PicturePtr pPicture, Mask mask);
int nxagentChangePictureClip(PicturePtr pPicture, int clipType, int nRects,
xRectangle *rects, int xOrigin, int yOrigin);
void nxagentDestroyPictureClip(PicturePtr pPicture);
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);
......@@ -998,13 +996,6 @@ FIXME: Is this useful or just a waste of bandwidth?
return 1;
}
void nxagentDestroyPictureClip(PicturePtr pPicture)
{
#ifdef DEBUG
fprintf(stderr, "nxagentDestroyPictureClip: Nothing to do.\n");
#endif
}
void nxagentChangePicture(PicturePtr pPicture, Mask mask)
{
XRenderPictureAttributes attributes;
......
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