summaryrefslogtreecommitdiff
path: root/src/script/api/script_object.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/api/script_object.hpp
parent7f3227cd5c9eb593a0f6c9fbe2040589d6ffad19 (diff)
downloadopenttd-0a7b49e398d6bc754d4bceb08de8f362b8a7764d.tar.xz
(svn r23515) -Cleanup: Remove unused ScriptObject::GetNewTunnelEndtile() and relatives.
Diffstat (limited to 'src/script/api/script_object.hpp')
-rw-r--r--src/script/api/script_object.hpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/script/api/script_object.hpp b/src/script/api/script_object.hpp
index d9ccd8fba..d12f006ee 100644
--- a/src/script/api/script_object.hpp
+++ b/src/script/api/script_object.hpp
@@ -156,11 +156,6 @@ protected:
static SignID GetNewSignID();
/**
- * Get the latest stored new_tunnel_endtile.
- */
- static TileIndex GetNewTunnelEndtile();
-
- /**
* Get the latest stored new_group_id.
*/
static GroupID GetNewGroupID();
@@ -229,12 +224,6 @@ private:
static void SetNewSignID(SignID sign_id);
/**
- * Store a new_tunnel_endtile per company.
- * @param tile The new TileIndex.
- */
- static void SetNewTunnelEndtile(TileIndex tile);
-
- /**
* Store a new_group_id per company.
* @param group_id The new GroupID.
*/