summaryrefslogtreecommitdiff
path: root/src/newgrf_spritegroup.h
diff options
context:
space:
mode:
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 d8351ca44..b22d0fe50 100644
--- a/src/newgrf_spritegroup.h
+++ b/src/newgrf_spritegroup.h
@@ -357,12 +357,6 @@ struct ResolverObject {
EngineID self_type;
bool info_view; ///< Indicates if the item is being drawn in an info window
} vehicle;
- struct {
- TileIndex tile;
- Industry *ind;
- IndustryGfx gfx;
- IndustryType type;
- } industry;
} u;
uint32 (*GetRandomBits)(const struct ResolverObject*);