From 0dfee6622d2d7aba729df7970a1459047814b1f1 Mon Sep 17 00:00:00 2001 From: Ian Romanick Date: Fri, 17 Nov 2006 12:55:16 -0800 Subject: [PATCH] Delete all occurances of ROM661New. --- src/xgi.h | 7 +------ src/xgi_driver.c | 2 -- 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/src/xgi.h b/src/xgi.h index e17a53c..9764cbb 100644 --- a/src/xgi.h +++ b/src/xgi.h @@ -552,11 +552,7 @@ typedef struct { unsigned char *RenderAccelArray; unsigned char * FbBase1; unsigned long OnScreenSize1; - - /** - * \bug This field is set to \c FALSE but is never used. - */ - BOOLEAN ROM661New; + #ifdef XGI_CP XGI_CP_H_ENT #endif @@ -992,7 +988,6 @@ typedef struct { unsigned long HWCursorBackup[16]; int HWCursorMBufNum, HWCursorCBufNum; unsigned long mmioSize; - BOOLEAN ROM661New; #ifdef XGIMERGED Bool MergedFB, MergedFBAuto; XGIScrn2Rel CRT2Position; diff --git a/src/xgi_driver.c b/src/xgi_driver.c index f65ffda..787af31 100644 --- a/src/xgi_driver.c +++ b/src/xgi_driver.c @@ -2636,7 +2636,6 @@ XGIPreInit(ScrnInfoPtr pScrn, int flags) pXGI->DualHeadMode = TRUE; pXGIEnt->DisableDual = FALSE; pXGIEnt->BIOS = NULL; - pXGIEnt->ROM661New = FALSE; pXGIEnt->XGI_Pr = NULL; pXGIEnt->RenderAccelArray = NULL; } @@ -2904,7 +2903,6 @@ XGIPreInit(ScrnInfoPtr pScrn, int flags) pXGI->xgi_HwDevExt.pjVirtualRomBase = NULL; pXGI->BIOS = NULL; pXGI->xgi_HwDevExt.UseROM = FALSE; - pXGI->ROM661New = FALSE; /* Evaluate options */ xgiOptions(pScrn);