diff options
Diffstat (limited to 'hw/xfree86/xf4bpp/ppcFillRct.c')
-rw-r--r-- | hw/xfree86/xf4bpp/ppcFillRct.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/hw/xfree86/xf4bpp/ppcFillRct.c b/hw/xfree86/xf4bpp/ppcFillRct.c index 7e1c866ef..af1ecb95e 100644 --- a/hw/xfree86/xf4bpp/ppcFillRct.c +++ b/hw/xfree86/xf4bpp/ppcFillRct.c @@ -1,4 +1,4 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/xf4bpp/ppcFillRct.c,v 1.5 2003/02/18 21:29:59 tsi Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/xf4bpp/ppcFillRct.c,v 1.6 2003/11/03 05:11:57 tsi Exp $ */ /* Combined Purdue/PurduePlus patches, level 2.0, 1/17/89 */ /*********************************************************** @@ -82,18 +82,10 @@ xf4bppPolyFillRect(pDrawable, pGC, nrectFill, prectInit) int numRects; int n; int xorg, yorg; - mfbPrivGC *priv; -/* int alu; */ -/* mfbFillAreaProcPtr pfn; */ -/* PixmapPtr ppix; */ if (!(pGC->planemask & 0x0F)) /* GJA */ return; - priv = (mfbPrivGC *) pGC->devPrivates[mfbGCPrivateIndex].ptr; -/* alu = priv->ropFillArea; */ -/* pfn = priv->FillArea; */ -/* ppix = pGC->pRotatedPixmap; */ prgnClip = pGC->pCompositeClip; prect = prectInit; |