summaryrefslogtreecommitdiff
path: root/src/airport_movement.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2007-02-03 13:03:11 +0000
committertron <tron@openttd.org>2007-02-03 13:03:11 +0000
commit1a3b4b7394314864356dfb5e40e12dedd4b670d9 (patch)
treef379d9c86409257099d882453dc9dafc2fd07f67 /src/airport_movement.h
parent2e30da531b61fda9ce04f31101724d4f58d882c3 (diff)
downloadopenttd-1a3b4b7394314864356dfb5e40e12dedd4b670d9.tar.xz
(svn r8559) -Fix
-Codechange: Put the airport movement data into struct AirportFTAClass
Diffstat (limited to 'src/airport_movement.h')
-rw-r--r--src/airport_movement.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/airport_movement.h b/src/airport_movement.h
index ac0937cc1..4892a4f32 100644
--- a/src/airport_movement.h
+++ b/src/airport_movement.h
@@ -771,24 +771,4 @@ static const AirportFTAbuildup _airport_fta_helistation[] = {
{ MAX_ELEMENTS, 0, 0, 0 } // end marker. DO NOT REMOVE
};
-
-static const AirportMovingData * const _airport_moving_datas[] = {
- _airport_moving_data_country, // Country Airfield (small) 4x3
- _airport_moving_data_town, // City Airport (large) 6x6
- _airport_moving_data_heliport, // Heliport
- _airport_moving_data_metropolitan, // Metropolitain Airport (large) - 2 runways
- _airport_moving_data_international, // International Airport (xlarge) - 2 runways
- _airport_moving_data_commuter, // Commuter Airfield (small) 5x4
- _airport_moving_data_helidepot, // Helidepot
- _airport_moving_data_intercontinental, // Intercontinental Airport (xxlarge) - 4 runways
- _airport_moving_data_helistation, // Helistation
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- NULL,
- _airport_moving_data_oilrig // Oilrig
-};
-
#endif /* AIRPORT_MOVEMENT_H */