diff options
Diffstat (limited to 'hw/xfree86/xf4bpp/vgaGC.c')
-rw-r--r-- | hw/xfree86/xf4bpp/vgaGC.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/hw/xfree86/xf4bpp/vgaGC.c b/hw/xfree86/xf4bpp/vgaGC.c index f7a3d9440..64b4dae48 100644 --- a/hw/xfree86/xf4bpp/vgaGC.c +++ b/hw/xfree86/xf4bpp/vgaGC.c @@ -159,10 +159,6 @@ register unsigned long int idx ; /* used for stepping through bitfields */ changes &= ~( GCLineStyle | GCLineWidth ) ; break ; case GCJoinStyle: -#ifdef NEED_LINEHELPER - pGC->ops->LineHelper = - ( pGC->joinStyle == JoinMiter ) ? miMiter : miNotMiter ; -#endif /* * If these are just square boxes with no funny business * going on we can call the fast routine that draws |