mirror of
https://github.com/X11Libre/xf86-video-xgi.git
synced 2026-03-24 01:24:35 +00:00
Eliminate all occurances of OldMode.
This commit is contained in:
@@ -615,14 +615,6 @@ typedef struct {
|
||||
DGAModePtr DGAModes;
|
||||
int numDGAModes;
|
||||
Bool DGAactive;
|
||||
|
||||
/**
|
||||
* Back old modeNo (if available)
|
||||
*
|
||||
* \bug This field is set but never used.
|
||||
*/
|
||||
unsigned char OldMode;
|
||||
|
||||
Bool NoAccel;
|
||||
Bool NoXvideo;
|
||||
Bool HWCursor;
|
||||
|
||||
@@ -2595,7 +2595,6 @@ XGIPreInit(ScrnInfoPtr pScrn, int flags)
|
||||
pXGI->xgifbscalelcd = -1;
|
||||
pXGI->xgifbspecialtiming = CUT_NONE;
|
||||
pXGI->xgifb_haveemi = FALSE;
|
||||
pXGI->OldMode = 0;
|
||||
pXGI->xgifbfound = FALSE;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user