DEADSOFTWARE

commented out unused type
authorKetmar Dark <ketmar@ketmar.no-ip.org>
Thu, 18 Jan 2018 12:48:06 +0000 (14:48 +0200)
committerKetmar Dark <ketmar@ketmar.no-ip.org>
Thu, 18 Jan 2018 12:48:26 +0000 (14:48 +0200)
src/game/g_grid.pas

index 02624b7f9eafd40c7133a49fb534699a1cd780d2..87ff77ec360cd5dd32a184ff0409dc853e89fe29 100644 (file)
@@ -51,7 +51,7 @@ type
     type PITP = ^ITP;
 
     type TGridQueryCB = function (obj: ITP; tag: Integer): Boolean is nested; // return `true` to stop
-    type TGridRayQueryCB = function (obj: ITP; tag: Integer; x, y, prevx, prevy: Integer): Boolean is nested; // return `true` to stop
+    //type TGridRayQueryCB = function (obj: ITP; tag: Integer; x, y, prevx, prevy: Integer): Boolean is nested; // return `true` to stop
     type TCellQueryCB = procedure (x, y: Integer) is nested; // top-left cell corner coords
 
     const TagDisabled = $40000000;