From 09eefd6e959091f6a651e67698423ddef62f8eda Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Tue, 9 Jan 2024 17:10:50 +0000 Subject: [PATCH] Cleanup: Remove unused constant YAPF_SHIP_PATH_CACHE_LENGTH --- src/pathfinder/pathfinder_type.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/pathfinder/pathfinder_type.h b/src/pathfinder/pathfinder_type.h index 379297adfc..a7e6228a93 100644 --- a/src/pathfinder/pathfinder_type.h +++ b/src/pathfinder/pathfinder_type.h @@ -39,9 +39,6 @@ static const int YAPF_TILE_CORNER_LENGTH = 71; */ static const int YAPF_INFINITE_PENALTY = 1000 * YAPF_TILE_LENGTH; -/** Maximum length of ship path cache */ -static const int YAPF_SHIP_PATH_CACHE_LENGTH = 32; - /** Maximum segments of road vehicle path cache */ static const int YAPF_ROADVEH_PATH_CACHE_SEGMENTS = 8;