diff options
Diffstat (limited to 'xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_accel.c')
-rw-r--r-- | xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_accel.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_accel.c b/xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_accel.c index 92252e92f..652c1d845 100644 --- a/xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_accel.c +++ b/xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_accel.c @@ -26,7 +26,7 @@ * Dirk H. Hohndel (hohndel@suse.de), * Portions: the GGI project & confidential CYRIX databooks. */ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_accel.c,v 1.4 2002/01/07 18:46:04 dawes Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cyrix/cyrix_accel.c,v 1.5 2002/11/06 11:38:59 alanh Exp $ */ #include "vgaHW.h" #include "xf86.h" @@ -55,9 +55,6 @@ static const int windowsROPsrcMask[16] = { 0x22, 0xA2, 0x62, 0xE2, 0x26, 0xA6, 0x66, 0xE6, 0x2E, 0xAE, 0x6E, 0xEE }; -#if 0 -#endif - /* Forward declaration of functions used in the driver */ void CYRIXAccelSync(ScrnInfoPtr pScrn); void CYRIXSetupForSolidFill(ScrnInfoPtr pScrn, int color, int rop, |