From 0a7b49e398d6bc754d4bceb08de8f362b8a7764d Mon Sep 17 00:00:00 2001 From: frosch Date: Wed, 14 Dec 2011 20:13:18 +0000 Subject: (svn r23515) -Cleanup: Remove unused ScriptObject::GetNewTunnelEndtile() and relatives. --- src/script/api/script_object.hpp | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/script/api/script_object.hpp') 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 @@ -155,11 +155,6 @@ protected: */ static SignID GetNewSignID(); - /** - * Get the latest stored new_tunnel_endtile. - */ - static TileIndex GetNewTunnelEndtile(); - /** * Get the latest stored new_group_id. */ @@ -228,12 +223,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. -- cgit v1.2.3-54-g00ecf