summaryrefslogtreecommitdiff
path: root/src/newgrf_spritegroup.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2012-11-10 20:42:50 +0000
committeralberth <alberth@openttd.org>2012-11-10 20:42:50 +0000
commitc83db1395b0fa769b788f0f64845ebfce9a4a788 (patch)
tree27674ae5f315b625efdebdfe8ae7682748a215cb /src/newgrf_spritegroup.h
parent37605108e1471e18521bd2be30cecb39c4719ef9 (diff)
downloadopenttd-c83db1395b0fa769b788f0f64845ebfce9a4a788.tar.xz
(svn r24687) -Codechange: Add resolver classes for airports.
Diffstat (limited to 'src/newgrf_spritegroup.h')
-rw-r--r--src/newgrf_spritegroup.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h
index 2dc5f84d9..746219725 100644
--- a/src/newgrf_spritegroup.h
+++ b/src/newgrf_spritegroup.h
@@ -373,12 +373,6 @@ struct ResolverObject {
uint8 count;
uint8 station_size;
} generic;
- struct {
- struct Station *st; ///< Station of the airport for which the callback is run, or NULL for build gui.
- byte airport_id; ///< Type of airport for which the callback is run
- byte layout; ///< Layout of the airport to build.
- TileIndex tile; ///< Tile for the callback, only valid for airporttile callbacks.
- } airport;
} u;
uint32 (*GetRandomBits)(const struct ResolverObject*);