(svn r22107) -Cleanup (r1903): Remove unused struct.

This commit is contained in:
frosch 2011-02-19 14:30:21 +00:00
parent 57dc3ed716
commit 1dd6d037ba
1 changed files with 0 additions and 6 deletions

View File

@ -611,12 +611,6 @@ static void DrawCanalWater(TileIndex tile)
DrawWaterEdges(true, 0, tile);
}
struct LocksDrawTileStruct {
int8 delta_x, delta_y, delta_z;
byte width, height, depth;
SpriteID image;
};
#include "table/water_land.h"
/**