src/industry_map.h
branchnoai
changeset 9625 3301b1b3889c
parent 9624 b71483f2330f
child 7370 a03b5c70eb63
--- a/src/industry_map.h	Fri May 25 00:25:08 2007 +0000
+++ b/src/industry_map.h	Fri Jun 01 20:54:09 2007 +0000
@@ -48,7 +48,6 @@
 	GFX_BUBBLE_CATCHER                 = 162,
 	GFX_TOFFEE_QUARY                   = 165,
 	GFX_SUGAR_MINE_SIEVE               = 174,
-	NUM_INDUSTRY_GFXES                 = 175,
 };
 
 /**
@@ -201,12 +200,6 @@
 	_m[tile].m1 = 0;
 }
 
-/** Structure used to make a mapping from industry gfx to industry type */
-struct IndustryTypeSolver {
-	IndustryGfx MinGfx; ///< The first gfx index for the industry type
-	IndustryGfx MaxGfx; ///< The last gfx index for the industry type
-};
-
 /**
  * Get the animation loop number
  * @param tile the tile to get the animation loop number of