diff --git a/src/water_cmd.cpp b/src/water_cmd.cpp index 80e55f3fa3..335846e6f5 100644 --- a/src/water_cmd.cpp +++ b/src/water_cmd.cpp @@ -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" /**