From c256992c50bb51e1f0857657d900423a3587bd62 Mon Sep 17 00:00:00 2001 From: Peter Nelson Date: Sat, 13 May 2023 22:50:08 +0100 Subject: [PATCH] Cleanup: Remove declaration of non-existent function. --- 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);