Browse Source

* Fix compiler hints

Michaël Van Canneyt 1 năm trước cách đây
mục cha
commit
474629788f
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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