mirror of
https://github.com/X11Libre/xf86-video-xgi.git
synced 2026-03-24 01:24:35 +00:00
checkit is set to false and never changed. Eliminate it.
This commit is contained in:
@@ -5003,7 +5003,6 @@ XGISaveScreenDH(ScreenPtr pScreen, int mode)
|
||||
{
|
||||
#ifdef XGIDUALHEAD
|
||||
ScrnInfoPtr pScrn = xf86Screens[pScreen->myNum];
|
||||
Bool checkit = FALSE;
|
||||
|
||||
if ((pScrn != NULL) && pScrn->vtSema) {
|
||||
XGIPtr pXGI = XGIPTR(pScrn);
|
||||
@@ -5030,9 +5029,6 @@ XGISaveScreenDH(ScreenPtr pScreen, int mode)
|
||||
#ifdef UNLOCK_ALWAYS
|
||||
xgiSaveUnlockExtRegisterLock(pXGI, NULL, NULL);
|
||||
#endif
|
||||
if (checkit) {
|
||||
pXGI->BlankCRT2 = xf86IsUnblank(mode) ? FALSE : TRUE;
|
||||
}
|
||||
}
|
||||
}
|
||||
return TRUE;
|
||||
|
||||
Reference in New Issue
Block a user