[FREELDR]: Remove deprecated code.

svn path=/trunk/; revision=70679
This commit is contained in:
Hermès Bélusca-Maïto
2016-02-03 00:04:05 +00:00
parent 4d428f4551
commit fe52797f20
2 changed files with 0 additions and 11 deletions
@@ -420,10 +420,6 @@ PpcHwIdle(VOID)
/* UNIMPLEMENTED */
}
/* Compatibility functions that don't do much */
VOID PpcVideoPrepareForReactOS(BOOLEAN Setup) {
}
void PpcDefaultMachVtbl()
{
MachVtbl.ConsPutChar = PpcOfwPutChar;
@@ -442,7 +438,6 @@ void PpcDefaultMachVtbl()
MachVtbl.VideoSetPaletteColor = PpcVideoSetPaletteColor;
MachVtbl.VideoGetPaletteColor = PpcVideoGetPaletteColor;
MachVtbl.VideoSync = PpcVideoSync;
MachVtbl.VideoPrepareForReactOS = PpcVideoPrepareForReactOS;
MachVtbl.GetMemoryMap = PpcGetMemoryMap;
@@ -62,10 +62,6 @@ void PpcPrepVideoGetDisplaySize( PULONG Width, PULONG Height, PULONG Depth )
*Depth = 16;
}
void PpcPrepVideoPrepareForReactOS(BOOLEAN setup)
{
}
VOID PpcInitializeMmu(int max);
ULONG PpcPrepGetMemoryMap( PBIOS_MEMORY_MAP BiosMemoryMap,
@@ -141,8 +137,6 @@ void PpcPrepInit()
MachVtbl.VideoSetDisplayMode = PpcPrepVideoSetDisplayMode;
MachVtbl.VideoGetDisplaySize = PpcPrepVideoGetDisplaySize;
MachVtbl.VideoPrepareForReactOS = PpcPrepVideoPrepareForReactOS;
MachVtbl.GetMemoryMap = PpcPrepGetMemoryMap;
MachVtbl.HwDetect = PpcPrepHwDetect;
MachVtbl.HwIdle = PcPrepHwIdle;