Browse Source

* Fix compiler hints

Michaël Van Canneyt 8 months ago
parent
commit
474629788f
1 changed files with 1 additions and 2 deletions
  1. 1 2
      utils/pas2js/webidl2pas.pp

+ 1 - 2
utils/pas2js/webidl2pas.pp

@@ -130,9 +130,8 @@ end;
 function TWebIDLToPasApplication.ConfigWebIDLToPas : Boolean;
 
 var
-  A,ErrorMsg: String;
+  A: String;
   I : Integer;
-  ok: Boolean;
   L : TStrings;
 
 begin