Просмотр исходного кода

- removed unused variables and types from Video.SysUpdateScreen

git-svn-id: branches/unicodekvm@48536 -
nickysn 4 лет назад
Родитель
Сommit
ec0fa8f46f
1 измененных файлов с 0 добавлено и 7 удалено
  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;
 
 procedure SysUpdateScreen(Force: Boolean);
-
-type WordRec = record
-                  One, Two: Byte;
-               end; { wordrec }
-
 var
    BufSize,
    BufCoord    : COORD;
@@ -338,8 +333,6 @@ var
    ColCounter  : Longint;
    smallforce  : boolean;
    x1,y1,x2,y2 : longint;
-   p1,p2,p3    : PCardinal;
-   j           : integer;
 begin
   if force then
    smallforce:=true