Skip to content

Commit

Permalink
Remove unused procedure with TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
veikkos committed Jun 11, 2020
1 parent 7fba882 commit f82f942
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions SJ3HELP.PAS
Original file line number Diff line number Diff line change
Expand Up @@ -267,30 +267,6 @@ begin

end;



Procedure savescreen(str1:string);
var f1 : text;
temp : integer;
begin
assign(f1,str1);

ReWrite(f1);

for temp:=0 to 1999 do
begin
if temp mod 80 = 0 then writeln(f1);

// TODO: Not yet ported
//write(f1,chr(mem[$b800:temp*2]));

end;


Close(f1);

end;

Function txtp(jokuluku:longint):string;
var str1 : string;
begin
Expand Down

0 comments on commit f82f942

Please sign in to comment.