mirror of
https://github.com/X11Libre/xf86-video-xgi.git
synced 2026-03-24 01:24:35 +00:00
Delete all occurances of ROM661New.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user