summaryrefslogtreecommitdiff
path: root/src/script/script_storage.hpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2011-12-14 20:13:18 +0000
committerfrosch <frosch@openttd.org>2011-12-14 20:13:18 +0000
commit0a7b49e398d6bc754d4bceb08de8f362b8a7764d (patch)
tree55003095ac53466debf15c38ef96bfb84616a3b1 /src/script/script_storage.hpp
parent7f3227cd5c9eb593a0f6c9fbe2040589d6ffad19 (diff)
downloadopenttd-0a7b49e398d6bc754d4bceb08de8f362b8a7764d.tar.xz
(svn r23515) -Cleanup: Remove unused ScriptObject::GetNewTunnelEndtile() and relatives.
Diffstat (limited to 'src/script/script_storage.hpp')
-rw-r--r--src/script/script_storage.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/script/script_storage.hpp b/src/script/script_storage.hpp
index bf369acfb..57cdc60ad 100644
--- a/src/script/script_storage.hpp
+++ b/src/script/script_storage.hpp
@@ -44,7 +44,6 @@ private:
VehicleID new_vehicle_id; ///< The ID of the new Vehicle.
SignID new_sign_id; ///< The ID of the new Sign.
- TileIndex new_tunnel_endtile; ///< The TileIndex of the new Tunnel.
GroupID new_group_id; ///< The ID of the new Group.
std::vector<int> callback_value; ///< The values which need to survive a callback.
@@ -67,7 +66,6 @@ public:
last_command_res (true),
new_vehicle_id (0),
new_sign_id (0),
- new_tunnel_endtile(INVALID_TILE),
new_group_id (0),
/* calback_value (can't be set) */
road_type (INVALID_ROADTYPE),