From 742b42cff61cf75d89c0cfab463ba69c003b17cd Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Thu, 17 Feb 2022 18:48:01 +0000 Subject: [PATCH] Remove unused road stop constant --- src/newgrf_roadstop.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/newgrf_roadstop.h b/src/newgrf_roadstop.h index 4b8d62ceac..3fa467f7fe 100644 --- a/src/newgrf_roadstop.h +++ b/src/newgrf_roadstop.h @@ -20,7 +20,6 @@ #include "road.h" /** The maximum amount of roadstops a single GRF is allowed to add */ -static const int NUM_ROADSTOPS = 64000U; static const int NUM_ROADSTOPS_PER_GRF = 255; enum RoadStopClassID : byte {