summaryrefslogtreecommitdiff
path: root/src/economy_type.h
diff options
context:
space:
mode:
authorsmatz <smatz@openttd.org>2009-05-23 15:46:00 +0000
committersmatz <smatz@openttd.org>2009-05-23 15:46:00 +0000
commitb2aed51f8e42e0e45d08a65b8883b3fa034d0f4b (patch)
tree3b45fa52ccaffe68d01b5f234afc6b2c927b92bc /src/economy_type.h
parentf2317d0d9d74c3f5d14530c14b314ad32d05ef80 (diff)
downloadopenttd-b2aed51f8e42e0e45d08a65b8883b3fa034d0f4b.tar.xz
(svn r16403) -Codechange: move code related to subsidies to separate file
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,