Remove unused variable in uLandObjects
authorWuzzy <Wuzzy2@mail.ru>
Thu, 24 May 2018 15:23:48 +0200
changeset 13401 40235ccf8d6d
parent 13400 6476721e1a38
child 13402 13be6de7860f
Remove unused variable in uLandObjects
hedgewars/uLandObjects.pas
--- a/hedgewars/uLandObjects.pas	Thu May 24 15:20:29 2018 +0200
+++ b/hedgewars/uLandObjects.pas	Thu May 24 15:23:48 2018 +0200
@@ -699,7 +699,7 @@
 procedure ReadThemeInfo(var ThemeObjects: TThemeObjects; var SprayObjects: TSprayObjects);
 var s, key, nameRef: shortstring;
     f: PFSFile;
-    i, y: LongInt;
+    i: LongInt;
     ii, t: Longword;
     c2: TSDL_Color;
 begin