summaryrefslogtreecommitdiff
path: root/src/subsidy_func.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2010-08-28 20:15:45 +0000
committeralberth <alberth@openttd.org>2010-08-28 20:15:45 +0000
commitbe59c90e86edd2d07bcffeba0900f17deee2ed6b (patch)
tree26c7970302b273b061c21be3515249ca6824cdb7 /src/subsidy_func.h
parenta8b992f4fd93429dad018ac77056bf5672c97528 (diff)
downloadopenttd-be59c90e86edd2d07bcffeba0900f17deee2ed6b.tar.xz
(svn r20674) -Codechange: Remove declared functions that do not exist (anymore) otherwise.
Diffstat (limited to 'src/subsidy_func.h')
-rw-r--r--src/subsidy_func.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/subsidy_func.h b/src/subsidy_func.h
index 31eb315cc..2e53e14d7 100644
--- a/src/subsidy_func.h
+++ b/src/subsidy_func.h
@@ -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);