Changeset - r25760:d2210e023504
[Not reviewed]
master
0 1 0
rubidium42 - 3 years ago 2021-07-03 06:12:13
rubidium@openttd.org
Cleanup: remove declaration of undefined function
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/subsidy_func.h
Show inline comments
 
@@ -21,6 +21,5 @@ std::pair<NewsReferenceType, NewsReferen
 
void DeleteSubsidyWith(SourceType type, SourceID index);
 
bool CheckSubsidised(CargoID cargo_type, CompanyID company, SourceType src_type, SourceID src, const Station *st);
 
void RebuildSubsidisedSourceAndDestinationCache();
 
void DeleteSubsidy(struct Subsidy *s);
 

	
 
#endif /* SUBSIDY_FUNC_H */
0 comments (0 inline, 0 general)