From d38ad7d80ca592612ce7bc98e770e40ae778fd04 Mon Sep 17 00:00:00 2001 From: rubidium42 Date: Sat, 3 Jul 2021 08:12:13 +0200 Subject: Cleanup: remove declaration of undefined function --- src/subsidy_func.h | 1 - 1 file changed, 1 deletion(-) 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 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 */ -- cgit v1.2.3-54-g00ecf