fb: Delete unused oneRect private field.
Signed-off-by: Jamey Sharp <jamey@minilop.net> Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
This commit is contained in:
parent
e99bbfa0a2
commit
5ff9e58bef
1
fb/fb.h
1
fb/fb.h
|
@ -666,7 +666,6 @@ typedef struct {
|
||||||
FbBits bgand, bgxor; /* for stipples */
|
FbBits bgand, bgxor; /* for stipples */
|
||||||
FbBits fg, bg, pm; /* expanded and filled */
|
FbBits fg, bg, pm; /* expanded and filled */
|
||||||
unsigned int dashLength; /* total of all dash elements */
|
unsigned int dashLength; /* total of all dash elements */
|
||||||
unsigned char oneRect; /* clip list is single rectangle */
|
|
||||||
unsigned char evenStipple; /* stipple is even */
|
unsigned char evenStipple; /* stipple is even */
|
||||||
unsigned char bpp; /* current drawable bpp */
|
unsigned char bpp; /* current drawable bpp */
|
||||||
} FbGCPrivRec, *FbGCPrivPtr;
|
} FbGCPrivRec, *FbGCPrivPtr;
|
||||||
|
|
|
@ -213,7 +213,6 @@ fbValidateGC(GCPtr pGC, unsigned long changes, DrawablePtr pDrawable)
|
||||||
)
|
)
|
||||||
{
|
{
|
||||||
miComputeCompositeClip (pGC, pDrawable);
|
miComputeCompositeClip (pGC, pDrawable);
|
||||||
pPriv->oneRect = RegionNumRects(fbGetCompositeClip(pGC)) == 1;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef FB_24_32BIT
|
#ifdef FB_24_32BIT
|
||||||
|
|
Loading…
Reference in New Issue