summaryrefslogtreecommitdiff
path: root/src/airport.h
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2007-01-21 14:15:38 +0000
committertruelight <truelight@openttd.org>2007-01-21 14:15:38 +0000
commit465cc38811ccfd59e3cca8d9271ce4dc3ba7bd29 (patch)
tree2fbd149c9135c9c88195a1bcddec7a6d3c3d684d /src/airport.h
parent3a8024597dac3e7c4b00d1d069103a4c2a0ee0cd (diff)
downloadopenttd-465cc38811ccfd59e3cca8d9271ce4dc3ba7bd29.tar.xz
(svn r8305) -Codechange: defining 'static const' in a header is a bit weird.
Above that, wince-gcc gave "unused variable" on every file which included airport.h... pretty annoying ;)
Diffstat (limited to 'src/airport.h')
-rw-r--r--src/airport.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/airport.h b/src/airport.h
index 207de84fa..75c275e2d 100644
--- a/src/airport.h
+++ b/src/airport.h
@@ -75,11 +75,6 @@ enum {
HELIPAD4 = 22
};
-// this maps the terminal to its corresponding state and block flag
-// currently set for 10 terms, 4 helipads
-static const byte _airport_terminal_state[] = {2, 3, 4, 5, 6, 7, 19, 20, 0, 0, 8, 9, 21, 22};
-static const byte _airport_terminal_flag[] = {0, 1, 2, 3, 4, 5, 22, 23, 0, 0, 6, 7, 24, 25};
-
/* Movement Blocks on Airports */
// blocks (eg_airport_flags)
enum {