summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/water_cmd.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/water_cmd.cpp b/src/water_cmd.cpp
index 80e55f3fa..335846e6f 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"
/**