fb: Removed a warning about unused variable

This commit is contained in:
Jeremy Huddleston 2008-11-22 14:33:01 -08:00
parent d0f00dd2f9
commit d4a46fc3e6

View File

@ -71,8 +71,10 @@ fbPolyArc (DrawablePtr pDrawable,
BoxRec box;
int x2, y2;
RegionPtr cclip;
#ifdef FB_ACCESS_WRAPPER
int wrapped = 0;
#endif
cclip = fbGetCompositeClip (pGC);
fbGetDrawable (pDrawable, dst, dstStride, dstBpp, dstXoff, dstYoff);
#ifdef FB_ACCESS_WRAPPER