src/newgrf_spritegroup.h
changeset 7668 fd98cd8a83fd
parent 7616 ebf15b08ac38
child 8131 160939e24ed3
--- a/src/newgrf_spritegroup.h	Thu Oct 04 00:59:52 2007 +0000
+++ b/src/newgrf_spritegroup.h	Thu Oct 04 07:09:05 2007 +0000
@@ -231,11 +231,6 @@
 			IndustryGfx gfx;
 		} industry;
 		struct {
-			TileIndex tile;
-			const IndustrySpec *spec;
-			uint itspec_index;
-		} industry_location;
-		struct {
 			const struct CargoSpec *cs;
 		} cargo;
 	} u;