Changeset - r28759:8c878dd42071
[Not reviewed]
master
0 1 0
Peter Nelson - 2 months ago 2024-02-14 20:28:03
peter1138@openttd.org
Cleanup: Remove declaration of non-existent function. (#12091)
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
src/newgrf_roadstop.h
Show inline comments
 
@@ -176,8 +176,6 @@ bool GetIfNewStopsByType(RoadStopType rs
 
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);
0 comments (0 inline, 0 general)