diff options
Diffstat (limited to 'fb/fbcopy.c')
-rw-r--r-- | fb/fbcopy.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fb/fbcopy.c b/fb/fbcopy.c index 9a7c49ac3..898320378 100644 --- a/fb/fbcopy.c +++ b/fb/fbcopy.c @@ -335,11 +335,9 @@ fbCopyArea (DrawablePtr pSrcDrawable, { miCopyProc copy; -#ifdef FB_24_32BIT if (pSrcDrawable->bitsPerPixel != pDstDrawable->bitsPerPixel) copy = fb24_32CopyMtoN; else -#endif copy = fbCopyNtoN; return miDoCopy (pSrcDrawable, pDstDrawable, pGC, xIn, yIn, widthSrc, heightSrc, xOut, yOut, copy, 0, 0); |