mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[FREELDR]
Delete a duplicate line. svn path=/trunk/; revision=50339
This commit is contained in:
@@ -23,7 +23,7 @@ VOID
|
||||
PcMachInit(const char *CmdLine)
|
||||
{
|
||||
EnableA20();
|
||||
|
||||
|
||||
/* Setup vtbl */
|
||||
MachVtbl.ConsPutChar = PcConsPutChar;
|
||||
MachVtbl.ConsKbHit = PcConsKbHit;
|
||||
@@ -33,7 +33,6 @@ PcMachInit(const char *CmdLine)
|
||||
MachVtbl.VideoGetDisplaySize = PcVideoGetDisplaySize;
|
||||
MachVtbl.VideoGetBufferSize = PcVideoGetBufferSize;
|
||||
MachVtbl.VideoSetTextCursorPosition = PcVideoSetTextCursorPosition;
|
||||
MachVtbl.VideoSetTextCursorPosition = PcVideoSetTextCursorPosition;
|
||||
MachVtbl.VideoHideShowTextCursor = PcVideoHideShowTextCursor;
|
||||
MachVtbl.VideoPutChar = PcVideoPutChar;
|
||||
MachVtbl.VideoCopyOffScreenBufferToVRAM = PcVideoCopyOffScreenBufferToVRAM;
|
||||
|
||||
Reference in New Issue
Block a user