mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[FREELDR]: Remove deprecated code.
svn path=/trunk/; revision=70679
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user