Explorar o código

- removed the unnecessary code from SetVisual200 (the start address that is being read isn't written anywhere and is not used)

git-svn-id: trunk@41101 -
nickysn %!s(int64=6) %!d(string=hai) anos
pai
achega
1cd93cf9a7
Modificáronse 1 ficheiros con 0 adicións e 12 borrados
  1. 0 12
      packages/graph/src/go32v2/graph.pp

+ 0 - 12
packages/graph/src/go32v2/graph.pp

@@ -2247,18 +2247,6 @@ End;
       pop edi
       pop esi
       pop ebp
-
-      { read start address }
-      mov dx,3d4h
-      mov al,0ch
-      out dx,al
-      inc dx
-      in  al,dx
-      mov ah,al
-      dec dx
-      mov al,0dh
-      out dx,al
-      in  al,dx
     end ['EDX','EAX'];
   end;