mirror of https://github.com/OpenTTD/OpenTTD
Cleanup: Remove declaration of non-existent function. (#12091)
parent
4ffe1da540
commit
a64ca2e0c5
|
@ -176,8 +176,6 @@ bool GetIfNewStopsByType(RoadStopType rs, RoadType roadtype);
|
||||||
bool GetIfClassHasNewStopsByType(const RoadStopClass *roadstopclass, RoadStopType rs, RoadType roadtype);
|
bool GetIfClassHasNewStopsByType(const RoadStopClass *roadstopclass, RoadStopType rs, RoadType roadtype);
|
||||||
bool GetIfStopIsForType(const RoadStopSpec *roadstopspec, RoadStopType rs, RoadType roadtype);
|
bool GetIfStopIsForType(const RoadStopSpec *roadstopspec, RoadStopType rs, RoadType roadtype);
|
||||||
|
|
||||||
uint GetCountOfCompatibleStopsByType(RoadStopClass *roadstopclass, RoadStopType rs);
|
|
||||||
|
|
||||||
const RoadStopSpec *GetRoadStopSpec(TileIndex t);
|
const RoadStopSpec *GetRoadStopSpec(TileIndex t);
|
||||||
int AllocateSpecToRoadStop(const RoadStopSpec *statspec, BaseStation *st, bool exec);
|
int AllocateSpecToRoadStop(const RoadStopSpec *statspec, BaseStation *st, bool exec);
|
||||||
void DeallocateSpecFromRoadStop(BaseStation *st, byte specindex);
|
void DeallocateSpecFromRoadStop(BaseStation *st, byte specindex);
|
||||||
|
|
Loading…
Reference in New Issue