Cleanup: Remove declaration of non-existent function. (#12091)

This commit is contained in:
Peter Nelson 2024-02-14 20:28:03 +00:00 committed by GitHub
parent 4ffe1da540
commit a64ca2e0c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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);