diff options
Diffstat (limited to 'fb/fbpict.h')
-rw-r--r-- | fb/fbpict.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fb/fbpict.h b/fb/fbpict.h index 179a07dca..bfcb38e58 100644 --- a/fb/fbpict.h +++ b/fb/fbpict.h @@ -105,9 +105,6 @@ fbCanGetSolid(PicturePtr pict) } } -#define fbCanGetSolid(pict) \ -(pict->pDrawable != NULL && pict->pDrawable->width == 1 && pict->pDrawable->height == 1) - #define fbComposeGetSolid(pict, bits, fmt) { \ FbBits *__bits__; \ FbStride __stride__; \ |