From a64ca2e0c5c51fc5bfe24486c6c1ca3df0873e50 Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Wed, 14 Feb 2024 20:28:03 +0000 Subject: [PATCH] Cleanup: Remove declaration of non-existent function. (#12091) --- src/newgrf_roadstop.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/newgrf_roadstop.h b/src/newgrf_roadstop.h index a0a5b1b448..46b3e0bcb6 100644 --- a/src/newgrf_roadstop.h +++ b/src/newgrf_roadstop.h @@ -176,8 +176,6 @@ bool GetIfNewStopsByType(RoadStopType rs, RoadType roadtype); bool GetIfClassHasNewStopsByType(const RoadStopClass *roadstopclass, RoadStopType rs, RoadType roadtype); bool GetIfStopIsForType(const RoadStopSpec *roadstopspec, RoadStopType rs, RoadType roadtype); -uint GetCountOfCompatibleStopsByType(RoadStopClass *roadstopclass, RoadStopType rs); - const RoadStopSpec *GetRoadStopSpec(TileIndex t); int AllocateSpecToRoadStop(const RoadStopSpec *statspec, BaseStation *st, bool exec); void DeallocateSpecFromRoadStop(BaseStation *st, byte specindex);