summaryrefslogtreecommitdiff
path: root/src/airport.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/airport.h')
-rw-r--r--src/airport.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/airport.h b/src/airport.h
index ea534fab2..49d86b62a 100644
--- a/src/airport.h
+++ b/src/airport.h
@@ -70,17 +70,6 @@ struct AirportSpec {
static AirportSpec oilrig;
};
-
-/**
- * Defines the data structure of each indivudual tile of an airport.
- */
-struct AirportTileSpec {
- uint16 animation_info; ///< Information about the animation (is it looping, how many loops etc)
- uint8 animation_speed; ///< The speed of the animation
-
- static const AirportTileSpec *Get(StationGfx gfx);
-};
-
enum {
AMED_NOSPDCLAMP = 1 << 0,
AMED_TAKEOFF = 1 << 1,