Post xserver 1.17 cleanup. Remove now unused functions.

This commit is contained in:
matthieu 2015-09-28 06:00:47 +00:00
parent 11ed0dd96c
commit 1867e4b0c7

View File

@ -45,30 +45,6 @@ xf86OSInitVidMem(VidMemInfoPtr pVidMem)
pVidMem->initialised = TRUE;
}
_X_EXPORT int
xf86ReadBIOS(unsigned long Base, unsigned long Offset, unsigned char *Buf,
int Len)
{
return (0);
}
/***************************************************************************/
/* Interrupt Handling section */
/***************************************************************************/
_X_EXPORT Bool
xf86DisableInterrupts()
{
return(TRUE);
}
_X_EXPORT void
xf86EnableInterrupts()
{
return;
}
#ifdef X_PRIVSEP
/*
* Do all things that need root privileges early