diff options
Diffstat (limited to 'cfb/cfbgc.c')
-rw-r--r-- | cfb/cfbgc.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/cfb/cfbgc.c b/cfb/cfbgc.c index bd9efd20c..3937bd649 100644 --- a/cfb/cfbgc.c +++ b/cfb/cfbgc.c @@ -90,11 +90,7 @@ static void cfbUnPushPixels (GCPtr, PixmapPtr, DrawablePtr, int, int, int, int); #ifdef FOUR_BIT_CODE # define usePushPixels cfbPushPixels8 #else -#ifndef LOWMEMFTPT # define usePushPixels cfbUnPushPixels -#else -# define usePushPixels miPushPixels -#endif /* ifndef LOWMEMFTPT */ #endif #ifdef PIXEL_ADDR @@ -776,11 +772,7 @@ cfbValidateGC(pGC, changes, pDrawable) } #endif #ifdef FOUR_BIT_CODE -#ifndef LOWMEMFTPT pGC->ops->PushPixels = mfbPushPixelsWeak(); -#else - pGC->ops->PushPixels = miPushPixels; -#endif /* ifndef LOWMEMFTPT */ if (pGC->fillStyle == FillSolid && devPriv->rop == GXcopy) pGC->ops->PushPixels = cfbPushPixels8; #endif |