mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 18:52:57 +00:00
[FREELDR]
Delete a duplicate line. svn path=/trunk/; revision=50339
This commit is contained in:
parent
907aab7488
commit
e6182247f6
1 changed files with 1 additions and 2 deletions
|
@ -23,7 +23,7 @@ VOID
|
||||||
PcMachInit(const char *CmdLine)
|
PcMachInit(const char *CmdLine)
|
||||||
{
|
{
|
||||||
EnableA20();
|
EnableA20();
|
||||||
|
|
||||||
/* Setup vtbl */
|
/* Setup vtbl */
|
||||||
MachVtbl.ConsPutChar = PcConsPutChar;
|
MachVtbl.ConsPutChar = PcConsPutChar;
|
||||||
MachVtbl.ConsKbHit = PcConsKbHit;
|
MachVtbl.ConsKbHit = PcConsKbHit;
|
||||||
|
@ -33,7 +33,6 @@ PcMachInit(const char *CmdLine)
|
||||||
MachVtbl.VideoGetDisplaySize = PcVideoGetDisplaySize;
|
MachVtbl.VideoGetDisplaySize = PcVideoGetDisplaySize;
|
||||||
MachVtbl.VideoGetBufferSize = PcVideoGetBufferSize;
|
MachVtbl.VideoGetBufferSize = PcVideoGetBufferSize;
|
||||||
MachVtbl.VideoSetTextCursorPosition = PcVideoSetTextCursorPosition;
|
MachVtbl.VideoSetTextCursorPosition = PcVideoSetTextCursorPosition;
|
||||||
MachVtbl.VideoSetTextCursorPosition = PcVideoSetTextCursorPosition;
|
|
||||||
MachVtbl.VideoHideShowTextCursor = PcVideoHideShowTextCursor;
|
MachVtbl.VideoHideShowTextCursor = PcVideoHideShowTextCursor;
|
||||||
MachVtbl.VideoPutChar = PcVideoPutChar;
|
MachVtbl.VideoPutChar = PcVideoPutChar;
|
||||||
MachVtbl.VideoCopyOffScreenBufferToVRAM = PcVideoCopyOffScreenBufferToVRAM;
|
MachVtbl.VideoCopyOffScreenBufferToVRAM = PcVideoCopyOffScreenBufferToVRAM;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue