mirror of https://github.com/OpenTTD/OpenTTD
Cleanup: remove declaration of undefined function
parent
979783f90e
commit
d38ad7d80c
|
@ -21,6 +21,5 @@ std::pair<NewsReferenceType, NewsReferenceType> SetupSubsidyDecodeParam(const st
|
||||||
void DeleteSubsidyWith(SourceType type, SourceID index);
|
void DeleteSubsidyWith(SourceType type, SourceID index);
|
||||||
bool CheckSubsidised(CargoID cargo_type, CompanyID company, SourceType src_type, SourceID src, const Station *st);
|
bool CheckSubsidised(CargoID cargo_type, CompanyID company, SourceType src_type, SourceID src, const Station *st);
|
||||||
void RebuildSubsidisedSourceAndDestinationCache();
|
void RebuildSubsidisedSourceAndDestinationCache();
|
||||||
void DeleteSubsidy(struct Subsidy *s);
|
|
||||||
|
|
||||||
#endif /* SUBSIDY_FUNC_H */
|
#endif /* SUBSIDY_FUNC_H */
|
||||||
|
|
Loading…
Reference in New Issue