(svn r20674) -Codechange: Remove declared functions that do not exist (anymore) otherwise.

This commit is contained in:
alberth
2010-08-28 20:15:45 +00:00
parent a8b992f4fd
commit be59c90e86
6 changed files with 0 additions and 10 deletions

View File

@@ -20,7 +20,6 @@
Pair SetupSubsidyDecodeParam(const struct Subsidy *s, bool mode);
void DeleteSubsidyWith(SourceType type, SourceID index);
bool CheckSubsidised(CargoID cargo_type, CompanyID company, SourceType src_type, SourceID src, const Station *st);
void SubsidyMonthlyHandler();
void RebuildSubsidisedSourceAndDestinationCache();
void DeleteSubsidy(struct Subsidy *s);