Browse Source

- removed unused variables and types from Video.SysUpdateScreen

git-svn-id: branches/unicodekvm@48536 -
nickysn 4 years ago
parent
commit
ec0fa8f46f
1 changed files with 0 additions and 7 deletions
  1. 0 7
      packages/rtl-console/src/win/video.pp

+ 0 - 7
packages/rtl-console/src/win/video.pp

@@ -323,11 +323,6 @@ begin
 end;
 end;
 
 
 procedure SysUpdateScreen(Force: Boolean);
 procedure SysUpdateScreen(Force: Boolean);
-
-type WordRec = record
-                  One, Two: Byte;
-               end; { wordrec }
-
 var
 var
    BufSize,
    BufSize,
    BufCoord    : COORD;
    BufCoord    : COORD;
@@ -338,8 +333,6 @@ var
    ColCounter  : Longint;
    ColCounter  : Longint;
    smallforce  : boolean;
    smallforce  : boolean;
    x1,y1,x2,y2 : longint;
    x1,y1,x2,y2 : longint;
-   p1,p2,p3    : PCardinal;
-   j           : integer;
 begin
 begin
   if force then
   if force then
    smallforce:=true
    smallforce:=true