summaryrefslogtreecommitdiff
path: root/src/newgrf_spritegroup.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2012-11-10 20:41:08 +0000
committeralberth <alberth@openttd.org>2012-11-10 20:41:08 +0000
commitc417efc962a2d452bf52842b615bf3e09ecef7d6 (patch)
tree0b852206cf2bd7dc51285746fe7b8241f458d032 /src/newgrf_spritegroup.h
parenta9b8b22daf38be899b5fd13e8028b7a9e5f5bcfc (diff)
downloadopenttd-c417efc962a2d452bf52842b615bf3e09ecef7d6.tar.xz
(svn r24684) -Codechange: Add resolver classes for stations.
Diffstat (limited to 'src/newgrf_spritegroup.h')
-rw-r--r--src/newgrf_spritegroup.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/newgrf_spritegroup.h b/src/newgrf_spritegroup.h
index d68f2e316..112b0c763 100644
--- a/src/newgrf_spritegroup.h
+++ b/src/newgrf_spritegroup.h
@@ -359,13 +359,6 @@ struct ResolverObject {
} vehicle;
struct {
TileIndex tile;
- struct BaseStation *st;
- const struct StationSpec *statspec;
- CargoID cargo_type;
- Axis axis; ///< Station axis, used only for the slope check callback.
- } station;
- struct {
- TileIndex tile;
Industry *ind;
IndustryGfx gfx;
IndustryType type;