summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrubidium42 <rubidium@openttd.org>2021-07-03 08:12:13 +0200
committerrubidium42 <rubidium42@users.noreply.github.com>2021-07-03 11:26:13 +0200
commitd38ad7d80ca592612ce7bc98e770e40ae778fd04 (patch)
treea42d44c198bd6d51680586515a6eb5b84505fd74
parent979783f90e9c5939e645448cf9aac01f86c37fc9 (diff)
downloadopenttd-d38ad7d80ca592612ce7bc98e770e40ae778fd04.tar.xz
Cleanup: remove declaration of undefined function
-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 a33c5d8bf..89bf0f1fe 100644
--- a/src/subsidy_func.h
+++ b/src/subsidy_func.h
@@ -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 */