DEADSOFTWARE

commented out unused type
[d2df-sdl.git] / 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;