Cleanup: remove declaration of undefined function

This commit is contained in:
rubidium42 2021-07-03 08:12:13 +02:00 committed by rubidium42
parent 979783f90e
commit d38ad7d80c
1 changed files with 0 additions and 1 deletions

View File

@ -21,6 +21,5 @@ std::pair<NewsReferenceType, NewsReferenceType> SetupSubsidyDecodeParam(const st
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 */