Explorar el Código

- rm redundant double initialization of regs.realecx from Crt.CursorOn

git-svn-id: trunk@25447 -
nickysn hace 12 años
padre
commit
d64cea05df
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      rtl/go32v2/crt.pp

+ 0 - 1
rtl/go32v2/crt.pp

@@ -521,7 +521,6 @@ var
   regs : trealregs;
 begin
   regs.realeax:=$0100;
-  regs.realecx:=$90A;
   If VidSeg=$b800 then
     regs.realecx:=$90A
   else