[FREELDR]
authorDmitry Gorbachev <gorbachev@reactos.org>
Sun, 9 Jan 2011 15:11:49 +0000 (15:11 +0000)
committerDmitry Gorbachev <gorbachev@reactos.org>
Sun, 9 Jan 2011 15:11:49 +0000 (15:11 +0000)
Delete a duplicate line.

svn path=/trunk/; revision=50339

reactos/boot/freeldr/freeldr/arch/i386/machpc.c

index 1b985f2..879e202 100644 (file)
@@ -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;