summaryrefslogtreecommitdiff
path: root/src/economy_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/economy_type.h')
-rw-r--r--src/economy_type.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/economy_type.h b/src/economy_type.h
index 7559612dc..415e17373 100644
--- a/src/economy_type.h
+++ b/src/economy_type.h
@@ -23,14 +23,6 @@ struct Economy {
uint32 industry_daily_increment; ///< The value which will increment industry_daily_change_counter. Computed value. NOSAVE
};
-struct Subsidy {
- CargoID cargo_type;
- byte age;
- /* from and to can either be TownID, StationID or IndustryID */
- uint16 from;
- uint16 to;
-};
-
enum ScoreID {
SCORE_BEGIN = 0,
SCORE_VEHICLES = 0,