summaryrefslogtreecommitdiff
path: root/src/newgrf_cargo.h
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2007-02-22 22:09:51 +0000
committerpeter1138 <peter1138@openttd.org>2007-02-22 22:09:51 +0000
commit2306a02f75f53e673ea9e113e7edea794b3b088a (patch)
tree432cebbeb0022164d562965a95d0ae34877f212e /src/newgrf_cargo.h
parent11f286fb74536250db767faaf6ae373b5f8349b3 (diff)
downloadopenttd-2306a02f75f53e673ea9e113e7edea794b3b088a.tar.xz
(svn r8849) -Codechange: Replace hardcoded global/climate cargo mapping tables with dynamically generated data. Change associated code to use new functions.
Diffstat (limited to 'src/newgrf_cargo.h')
-rw-r--r--src/newgrf_cargo.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/newgrf_cargo.h b/src/newgrf_cargo.h
index fb1fc13dd..099a35b1a 100644
--- a/src/newgrf_cargo.h
+++ b/src/newgrf_cargo.h
@@ -52,9 +52,4 @@ enum GlobalCargo {
NUM_GLOBAL_CID = 32
};
-extern const CargoID _global_cargo_id[NUM_LANDSCAPE][NUM_CARGO];
-extern const uint32 _landscape_global_cargo_mask[NUM_LANDSCAPE];
-extern const CargoID _local_cargo_id_ctype[NUM_GLOBAL_CID];
-extern const uint32 cargo_classes[16];
-
#endif /* NEWGRF_CARGO_H */