diff options
Diffstat (limited to 'src/newgrf_spritegroup.h')
-rw-r--r-- | src/newgrf_spritegroup.h | 7 |
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; |