summaryrefslogtreecommitdiff
path: root/src/script/api/script_object.hpp
diff options
context:
space:
mode:
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.
*/