Eliminate all occurances of CRT1isoff.

This commit is contained in:
Ian Romanick
2006-11-17 13:55:23 -08:00
parent 7afc2c133d
commit 424b2f59d2
2 changed files with 0 additions and 7 deletions

View File

@@ -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

View File

@@ -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);