summaryrefslogtreecommitdiff
path: root/src/water_cmd.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-02-19 14:30:21 +0000
committerfrosch <frosch@openttd.org>2011-02-19 14:30:21 +0000
commit1dd6d037bacf3bbdf26a53e50fb4f441b2e99a05 (patch)
treeff2e263c4b0a8f320d1d502611da8f566def2e72 /src/water_cmd.cpp
parent57dc3ed716b50fa2e0db5fb691fb70c0766826f4 (diff)
downloadopenttd-1dd6d037bacf3bbdf26a53e50fb4f441b2e99a05.tar.xz
(svn r22107) -Cleanup (r1903): Remove unused struct.
Diffstat (limited to 'src/water_cmd.cpp')
-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"
/**