xfree86: vbe: drop unused VBEGetDisplayStart()

Not used anywhere, so no need to keep it around any longer.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult 2025-05-21 17:03:29 +02:00
parent c25368e091
commit 9680128539
2 changed files with 0 additions and 18 deletions

View File

@ -728,23 +728,6 @@ VBESetDisplayStart(vbeInfoPtr pVbe, int x, int y, Bool wait_retrace)
return TRUE;
}
Bool
VBEGetDisplayStart(vbeInfoPtr pVbe, int *x, int *y)
{
pVbe->pInt10->num = 0x10;
pVbe->pInt10->ax = 0x4f07;
pVbe->pInt10->bx = 0x01;
xf86ExecX86int10(pVbe->pInt10);
if (R16(pVbe->pInt10->ax) != 0x4f)
return FALSE;
*x = pVbe->pInt10->cx;
*y = pVbe->pInt10->dx;
return TRUE;
}
int
VBESetGetDACPaletteFormat(vbeInfoPtr pVbe, int bits)
{

View File

@ -268,7 +268,6 @@ extern _X_EXPORT Bool VBESetGetLogicalScanlineLength(vbeInfoPtr pVbe,
/* 16 bit code */
extern _X_EXPORT Bool VBESetDisplayStart(vbeInfoPtr pVbe, int x, int y,
Bool wait_retrace);
extern _X_EXPORT Bool VBEGetDisplayStart(vbeInfoPtr pVbe, int *x, int *y);
/*
* INT 8