- removed unused variables and types from Video.SysUpdateScreen

git-svn-id: branches/unicodekvm@48536 -
This commit is contained in:
nickysn 2021-02-08 14:26:52 +00:00
parent 6109c56066
commit ec0fa8f46f

View File

@ -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