mirror of
https://github.com/X11Libre/xf86-video-xgi.git
synced 2026-03-24 01:24:35 +00:00
Eliminate all occurances of CRT1isoff.
This commit is contained in:
@@ -924,12 +924,6 @@ typedef struct {
|
||||
Atom xvDisableColorkey, xvUseChromakey, xvChromaMin, xvChromaMax;
|
||||
Atom xvInsideChromakey, xvYUVChromakey;
|
||||
Atom xvGammaRed, xvGammaGreen, xvGammaBlue;
|
||||
|
||||
/**
|
||||
* \bug This field is set but never used.
|
||||
*/
|
||||
int CRT1isoff;
|
||||
|
||||
#ifdef XGI_CP
|
||||
XGI_CP_H
|
||||
#endif
|
||||
|
||||
@@ -6877,7 +6877,6 @@ PDEBUG(ErrorF(" XGIPostSetMode(). \n"));
|
||||
xf86DrvMsg(pScrn->scrnIndex, X_INFO,
|
||||
"CRT1off is %d\n", pXGI->CRT1off);
|
||||
#endif
|
||||
pXGI->CRT1isoff = pXGI->CRT1off;
|
||||
|
||||
#ifdef UNLOCK_ALWAYS
|
||||
xgiSaveUnlockExtRegisterLock(pXGI, NULL, NULL);
|
||||
|
||||
Reference in New Issue
Block a user