Delete fbCompositeCopyAreammx()

This commit is contained in:
Søren Sandmann Pedersen 2007-06-05 20:26:49 -04:00
parent 49ed31c0b3
commit 567b5bf765
2 changed files with 0 additions and 36 deletions

View File

@ -356,29 +356,5 @@ fbCopyAreammx (DrawablePtr pSrc,
return TRUE;
}
void
fbCompositeCopyAreammx (CARD8 op,
PicturePtr pSrc,
PicturePtr pMask,
PicturePtr pDst,
INT16 xSrc,
INT16 ySrc,
INT16 xMask,
INT16 yMask,
INT16 xDst,
INT16 yDst,
CARD16 width,
CARD16 height)
{
fbCopyAreammx (pSrc->pDrawable,
pDst->pDrawable,
xSrc, ySrc,
xDst, yDst,
width, height);
}
#endif /* RENDER */
#endif /* USE_MMX */

View File

@ -52,18 +52,6 @@ Bool fbCopyAreammx (DrawablePtr pSrc,
int dst_y,
int width,
int height);
void fbCompositeCopyAreammx (CARD8 op,
PicturePtr pSrc,
PicturePtr pMask,
PicturePtr pDst,
INT16 xSrc,
INT16 ySrc,
INT16 xMask,
INT16 yMask,
INT16 xDst,
INT16 yDst,
CARD16 width,
CARD16 height);
Bool fbSolidFillmmx (DrawablePtr pDraw,
int x,
int y,