diff options
Diffstat (limited to 'fb/fbgetsp.c')
-rw-r--r-- | fb/fbgetsp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fb/fbgetsp.c b/fb/fbgetsp.c index 6402c6c38..bf9f51eb4 100644 --- a/fb/fbgetsp.c +++ b/fb/fbgetsp.c @@ -47,13 +47,11 @@ fbGetSpans(DrawablePtr pDrawable, if (!fbDrawableEnabled(pDrawable)) return; -#ifdef FB_24_32BIT if (pDrawable->bitsPerPixel != BitsPerPixel(pDrawable->depth)) { fb24_32GetSpans (pDrawable, wMax, ppt, pwidth, nspans, pchardstStart); return; } -#endif fbGetDrawable (pDrawable, src, srcStride, srcBpp, srcXoff, srcYoff); |