diff options
Diffstat (limited to 'hw/xfree86/rac/xf86RAC.c')
-rw-r--r-- | hw/xfree86/rac/xf86RAC.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xfree86/rac/xf86RAC.c b/hw/xfree86/rac/xf86RAC.c index 05ea7ac7d..1f2d3a129 100644 --- a/hw/xfree86/rac/xf86RAC.c +++ b/hw/xfree86/rac/xf86RAC.c @@ -254,9 +254,6 @@ GCOps RACGCOps = { RACPolyRectangle, RACPolyArc, RACFillPolygon, RACPolyFillRect, RACPolyFillArc, RACPolyText8, RACPolyText16, RACImageText8, RACImageText16, RACImageGlyphBlt, RACPolyGlyphBlt, RACPushPixels, -#ifdef NEED_LINEHELPER - NULL, -#endif {NULL} /* devPrivate */ }; |