mirror of
https://github.com/X11Libre/xf86-video-ast.git
synced 2026-03-24 01:24:41 +00:00
bSetAST1180CRTCReg(): drop unused variables
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user