bSetAST1180CRTCReg(): drop unused variables

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-12-09 15:11:51 +01:00
parent aa568ffe19
commit 5751b5cf36

View File

@@ -1037,8 +1037,8 @@ static BOOL bSetAST1180CRTCReg(ScrnInfoPtr pScrn, DisplayModePtr mode, PVBIOS_M
ASTRecPtr pAST = ASTPTR(pScrn);
ULONG HTIndex, HRIndex, VTIndex, VRIndex;
ULONG HT, HDE, HBS, HBE, HRS, HRE;
ULONG VT, VDE, VBS, VBE, VRS, VRE;
ULONG HT, HDE, HRS, HRE;
ULONG VT, VDE, VRS, VRE;
ULONG HT2, HDE2, HRS2, HRE2;
ULONG VT2, VDE2, VRS2, VRE2;
@@ -1053,14 +1053,10 @@ static BOOL bSetAST1180CRTCReg(ScrnInfoPtr pScrn, DisplayModePtr mode, PVBIOS_M
/* Get CRTC Info */
HT = mode->CrtcHTotal;
HDE= mode->CrtcHDisplay;
HBS= mode->CrtcHBlankStart;
HBE= mode->CrtcHBlankEnd;
HRS= mode->CrtcHSyncStart;
HRE= mode->CrtcHSyncEnd;
VT = mode->CrtcVTotal;
VDE= mode->CrtcVDisplay;
VBS= mode->CrtcVBlankStart;
VBE= mode->CrtcVBlankEnd;
VRS= mode->CrtcVSyncStart;
VRE= mode->CrtcVSyncEnd;