hedgewars/uVariables.pas
branchtransitional_engine
changeset 15900 128ace913837
parent 15875 d7b53d08ad9c
child 15901 f39f0f614dbf
--- a/hedgewars/uVariables.pas	Tue Dec 13 21:21:55 2022 +0100
+++ b/hedgewars/uVariables.pas	Mon Jan 02 15:59:26 2023 +0100
@@ -303,7 +303,7 @@
 
     SDLwindow: PSDL_Window;
     SDLGLcontext: PSDL_GLContext;
-  
+
 /////////////////////////////////////
 //Buttons
 {$IFDEF USE_TOUCH_INTERFACE}
@@ -2589,7 +2589,6 @@
         );
 
 var
-    Land: TCollisionArray;
     LandPixels: TLandArray;
     LandDirty: TDirtyTag;
     hasBorder: boolean;